From 88e8d5a3a82cd34180b1f44222657cd2dfb50403 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Fri, 24 Oct 2008 15:25:43 +0000 Subject: [PATCH] update NEWS and bumb version (0.110) --- NEWS | 11 +++++++++++ osc/core.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 48549229..47170f1a 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/osc/core.py b/osc/core.py index 11dac553..e5d57bb5 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.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().