1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 18:06:13 +01:00

- prepare 0.147 release

This commit is contained in:
Adrian Schröter 2014-08-26 09:49:56 +02:00
parent 3b6f7f1269
commit 3606506d1e
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,5 +1,13 @@
0.147 0.147
- support groups in maintainership requests - support groups in maintainership requests
- fixing listing of review requests
- support expanded package listing (when using project links)
- fixing "osc add git://" behaviour
- using xz as default compression
- support local debian live (image) build format
- handle ppc64le for debian as well
- fix buildlog --strip-time
- some more minor bugfixes
0.146 0.146
- support maintenance release request with acceptinfo data (OBS 2.6) - support maintenance release request with acceptinfo data (OBS 2.6)

View File

@ -5,7 +5,7 @@
from __future__ import print_function from __future__ import print_function
__version__ = '0.145git' __version__ = '0.147'
# __store_version__ is to be incremented when the format of the working copy # __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration # "store" changes in an incompatible way. Please add any needed migration