From 41d181dadf494028cc9ef33b82741c7ef461f4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 8 Sep 2009 13:49:29 +0000 Subject: [PATCH] prepare 0.122 release --- NEWS | 7 +++---- osc/core.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 05e38649..da39cec6 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ - add support for generic python-keyring lib, supports KWallet, Gnome keyring, MacOS and Windows. - make buildhist command usable without checked out package - rename old "platform/s" names to "repository/ies" (internal cleanup only) + - fixed osc diff -c N, it failed with int and string concatenation + - made osc diff and rdiff more similar: added -p, -c to rdiff, removed -u from rdiff. + made -u default for both, renamed --pretty to --plain as it is the opposite of -u # # Features which require OBS 1.7 # @@ -18,10 +21,6 @@ - support modification flages on creation of submit request (for auto update or clean up packages or to avoid it, when submit request got accepted) - show request ids from package source logs - # - - fixed osc diff -c N, it failed with int and string concatenation - - made osc diff and rdiff more similar: added -p, -c to rdiff, removed -u from rdiff. - made -u default for both, renamed --pretty to --plain as it is the opposite of -u 0.121.1 - fixed creation of new ~/.oscrc files diff --git a/osc/core.py b/osc/core.py index 6dd32f2b..17814f11 100755 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.122pre.1' +__version__ = '0.122' # __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().