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:
parent
3b6f7f1269
commit
3606506d1e
8
NEWS
8
NEWS
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user