1
0
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:
Adrian Schröter 2015-06-30 15:34:32 +02:00
parent 381071a332
commit f59b60e206
2 changed files with 5 additions and 4 deletions

7
NEWS
View File

@ -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)

View File

@ -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