1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-26 12:12:11 +01:00

prepare 0.122 release

This commit is contained in:
Adrian Schröter 2009-09-08 13:49:29 +00:00
parent e312cc1916
commit 41d181dadf
2 changed files with 4 additions and 5 deletions

7
NEWS
View File

@ -9,6 +9,9 @@
- add support for generic python-keyring lib, supports KWallet, Gnome keyring, MacOS and Windows. - add support for generic python-keyring lib, supports KWallet, Gnome keyring, MacOS and Windows.
- make buildhist command usable without checked out package - make buildhist command usable without checked out package
- rename old "platform/s" names to "repository/ies" (internal cleanup only) - 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 # Features which require OBS 1.7
# #
@ -18,10 +21,6 @@
- support modification flages on creation of submit request - support modification flages on creation of submit request
(for auto update or clean up packages or to avoid it, when submit request got accepted) (for auto update or clean up packages or to avoid it, when submit request got accepted)
- show request ids from package source logs - 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 0.121.1
- fixed creation of new ~/.oscrc files - fixed creation of new ~/.oscrc files

View File

@ -5,7 +5,7 @@
# and distributed under the terms of the GNU General Public Licence, # and distributed under the terms of the GNU General Public Licence,
# either version 2, or version 3 (at your option). # 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_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration # "store" changes in an incompatible way. Please add any needed migration
# functionality to check_store_version(). # functionality to check_store_version().