1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

bump version to 0.104, adjust NEWS file

This commit is contained in:
Dr. Peter Poeml 2008-06-11 08:34:39 +00:00
parent 693987ac49
commit 7d8834a0a3
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
0.104:
- osc update: after update, reset the revision when updating multiple package.
Fixes "404: Not Found" type errors when updating an entire project. [bnc#399177]
- more/better error messages in some error scenarios
- osc wipebinaries: add missing check for commandline arguments, which could
cause a PACKAGE argument to be ignored
- fixed make_diff in order to avoid errors when committing a new package
(created with mkpac)
0.103:
- osc submitreq create: simplify by make osc guess needed parameters, if

View File

@ -5,7 +5,7 @@
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
__version__ = '0.103'
__version__ = '0.104'
# __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().