1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 15:06:15 +01:00

release 0.164

This commit is contained in:
lethliel 2019-01-09 11:57:37 +01:00
parent be94132298
commit 6800582512
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,5 +1,15 @@
0.164 0.164
- add support for approved requests (requires OBS 2.10) - add support for approved requests (requires OBS 2.10)
- fix various multibuild problems
- improved and fixed various help texts
- check constraints without local checkout
- check out deleted sources (osc co -D)
- replace urlgrabber module with own module
- use progressbar module instead of urlgrabber to draw
progress bars
- show buildinfo for alternative projects (--alternative-project)
- run release job immediately (osc release --no-delay)
- build results on project level can now be watched (osc prjresults --watch)
0.163 0.163
- add sendsysrq command (requires OBS 2.10) - add sendsysrq command (requires OBS 2.10)

View File

@ -5,7 +5,7 @@
from __future__ import print_function from __future__ import print_function
__version__ = '0.164.git' __version__ = '0.164'
# __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