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

update NEWS file and prepare for 0.128 release

This commit is contained in:
Adrian Schröter 2010-07-16 15:36:07 +02:00
parent 1faaae30f4
commit 1d49a5ea1c
2 changed files with 8 additions and 2 deletions

8
NEWS
View File

@ -1,8 +1,14 @@
0.128 0.128
- better default commands selection for editor/pager - better default commands selection for editor/pager
- support "osc rq reopen" to set a request in new state again - support "osc rq reopen" to set a request in new state again
- "osc repos" and "wipebinaries" is checking for local project now
- "osc getbinaries" works in project dir now
- support added for SPARC builds
- support build --oldpackages
- introduced the "trusted projects"
- Fixes for default editor, api check on deleterequest call, tempfile leaks, getbinaries source package handling, results command
# #
# Features which require OBS 2.1 # Feature which require either OBS 2.1 or 2.0.4
# #
- add osc signkey --extend for extending the expiration date of the gpg public key - add osc signkey --extend for extending the expiration date of the gpg public key

View File

@ -3,7 +3,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.127git' __version__ = '0.128'
# __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