From d6d5e441cf8050fdc0db210b670a77b60d3280d5 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 30 Sep 2008 15:07:44 +0000 Subject: [PATCH] bump version & update NEWS file --- NEWS | 13 +++++++++++++ osc/core.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 33222e56..48549229 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +0.109: + +- osc getbinaries: new command to download binaries directly from the api server +- osc rlog: new command to show commit logs of remote packages +- osc build: --debug option to the build script which will take care of creating debuginfo packages +- add link to plugin API to osc help output +- avoid a hard dependency on the rpm-python bindings. +- fixed depracation warnings with Python 2.6 [bnc#426612] +- streaming of unfinished logfiles fixed +- fixed regression of .oscrc template [bnc#427118] +Changes were from Marcus_H, poeml, dmueller, tpatzig. + + 0.108: - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest" diff --git a/osc/core.py b/osc/core.py index f8970bb6..3606405c 100755 --- a/osc/core.py +++ b/osc/core.py @@ -7,7 +7,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -__version__ = '0.108' +__version__ = '0.109' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version().