mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-12 08:56:13 +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
|
0.152
|
||||||
- support buildtime source services
|
|
||||||
- add support searching for groups via "group:" prefix
|
- add support searching for groups via "group:" prefix
|
||||||
- show possible used incident projects on "maintained" command
|
- show possible used incident projects on "maintained" command
|
||||||
- support maintenance_incident requests with acceptinfo data (OBS 2.7)
|
OBS 2.7 only:
|
||||||
- support maintenance_release requests with acceptinfo data (OBS 2.7)
|
- support buildtime source services
|
||||||
|
- support maintenance_incident requests with acceptinfo data
|
||||||
|
- support maintenance_release requests with acceptinfo data
|
||||||
|
|
||||||
0.151
|
0.151
|
||||||
- fixed shell command injection via crafted _service files (CVE-2015-0778)
|
- fixed shell command injection via crafted _service files (CVE-2015-0778)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
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_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