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

update NEWS and bumb version (0.110)

This commit is contained in:
Dr. Peter Poeml 2008-10-24 15:25:43 +00:00
parent 09948be5da
commit 88e8d5a3a8
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
0.110:
- osc build: no working copy needed anymore when building a local package [bnc#431434]
- osc checkout: when checking out a project, and a linkerror occurs for one of
the packages, do a checkout in unexpanded form and continue checking out the
rest of the project [bnc#428303]
- osc deletepac, osc branch: allow slash notation for the project/package arguments
- fix deprecation warnings on Factory (which uses Python 2.6)
- fix to avoid (internal) stale Package objects [bnc#436932]
0.109:
- osc getbinaries: new command to download binaries directly from the api server

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.109'
__version__ = '0.110'
# __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().