mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 23:16:14 +01:00
* go to version 0.115
This commit is contained in:
parent
752756eae1
commit
4e6c62c693
6
NEWS
6
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:
|
0.114:
|
||||||
- the .oscrc config handling has been cleaned up:
|
- the .oscrc config handling has been cleaned up:
|
||||||
* use "apiurl" for everything now (== <protocol>://<host>)
|
* use "apiurl" for everything now (== <protocol>://<host>)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# and distributed under the terms of the GNU General Public Licence,
|
# and distributed under the terms of the GNU General Public Licence,
|
||||||
# either version 2, or (at your option) any later version.
|
# 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_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
# functionality to check_store_version().
|
# functionality to check_store_version().
|
||||||
|
Loading…
Reference in New Issue
Block a user