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

version 0.107

This commit is contained in:
Dr. Peter Poeml 2008-07-16 15:15:42 +00:00
parent 6ff961279c
commit f43a22c502
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -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:

View File

@ -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().