From f59b60e206aa0f27fc0f386e17642ecabf9844e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 30 Jun 2015 15:34:32 +0200 Subject: [PATCH] - release 0.152.0 --- NEWS | 7 ++++--- osc/core.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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