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

* go to version 0.115

This commit is contained in:
Adrian Schröter 2009-03-17 16:19:02 +00:00
parent 752756eae1
commit 4e6c62c693
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -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 (== <protocol>://<host>)

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