1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-04 14:43:38 +02:00

bump version & update NEWS file

This commit is contained in:
Dr. Peter Poeml
2008-09-30 15:07:44 +00:00
parent 889ef86af5
commit d6d5e441cf
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -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: 0.108:
- osc submitreq: has two aliases now: "osc sr" and "osc submitrequest" - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"

View File

@@ -7,7 +7,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 (at your option) any later version. # 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_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().