mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
prepare 0.161 release
This commit is contained in:
parent
06d0693f64
commit
72f9f89e85
8
NEWS
8
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user