diff --git a/NEWS b/NEWS index 82a78c61..39d939e7 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ - osc build: the --extra-pkgs option is now a configurable setting in .oscrc. Default is "extra-pkgs = vim gdb strace" - .oscrc: make tilde expansion work on the packagecachedir setting -- osc update: don't update working copy when a source link can't apply [bnc#409373] +- osc update / checkout: don't check out a working copy, or update an existing + one, when a source link cannot be applied [bnc#409373] 0.106: diff --git a/osc/core.py b/osc/core.py index f83fa872..039d8c15 100755 --- a/osc/core.py +++ b/osc/core.py @@ -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.106' +__version__ = '0.107' # __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().