diff --git a/NEWS b/NEWS index 7a671b43..c4d421d6 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/osc/core.py b/osc/core.py index 5bf27718..f0891de7 100755 --- a/osc/core.py +++ b/osc/core.py @@ -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().