mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-29 18:40:03 +01:00
bump version & update NEWS file
This commit is contained in:
parent
889ef86af5
commit
d6d5e441cf
13
NEWS
13
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"
|
||||
|
@ -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().
|
||||
|
Loading…
x
Reference in New Issue
Block a user