From 4e6c62c69384f7de44b2ae06f40e26fe9119231a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 17 Mar 2009 16:19:02 +0000 Subject: [PATCH] * go to version 0.115 --- NEWS | 6 ++++++ osc/core.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e263875..e397f906 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.115: +- optional transfer of devel project during copy_pac and link_pac is fixing + opertation with remote build service instance +- "osc ci" fails uploading large files to Provo BuildService +- fixed support for accessing download repositories (worked only for download.o.o so far) + 0.114: - the .oscrc config handling has been cleaned up: * use "apiurl" for everything now (== ://) diff --git a/osc/core.py b/osc/core.py index db7dfa70..a21a88a3 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.114' +__version__ = '0.115' # __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().