1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

prepare 0.161 release

This commit is contained in:
marco 2017-10-26 13:33:06 +02:00
parent 06d0693f64
commit 72f9f89e85
2 changed files with 8 additions and 2 deletions

8
NEWS
View File

@ -1,5 +1,11 @@
0.161
-
- show lintlogs in interactive request review mode
- fix potential shell injections
- allow multiple --repo and --arch options in prjresults
- cleanup babysitter.by
- supersede existing requests if --yes is passed to osc sr
- prepend request summary to diff in interactive mode
- show issues(bugs) in interactive diff mode
0.160
- support fissile build type

View File

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