mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 01:16:14 +01:00
- release 0.152.0
This commit is contained in:
parent
381071a332
commit
f59b60e206
7
NEWS
7
NEWS
@ -1,9 +1,10 @@
|
||||
0.152
|
||||
- support buildtime source services
|
||||
- add support searching for groups via "group:" prefix
|
||||
- show possible used incident projects on "maintained" command
|
||||
- support maintenance_incident requests with acceptinfo data (OBS 2.7)
|
||||
- support maintenance_release requests with acceptinfo data (OBS 2.7)
|
||||
OBS 2.7 only:
|
||||
- support buildtime source services
|
||||
- support maintenance_incident requests with acceptinfo data
|
||||
- support maintenance_release requests with acceptinfo data
|
||||
|
||||
0.151
|
||||
- fixed shell command injection via crafted _service files (CVE-2015-0778)
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.151'
|
||||
__version__ = '0.152'
|
||||
|
||||
# __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