diff --git a/NEWS b/NEWS index 7135a585..72b941a0 100644 --- a/NEWS +++ b/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) diff --git a/osc/core.py b/osc/core.py index b56bc03d..d31b71f7 100644 --- a/osc/core.py +++ b/osc/core.py @@ -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