mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-09 22:36:14 +01:00
release 0.165.2
This commit is contained in:
parent
9dfc6c211e
commit
d17b46c948
11
NEWS
11
NEWS
@ -1,5 +1,14 @@
|
||||
0.166
|
||||
0.165.2
|
||||
- support different token operations (runservice, release and rebuild) (requires OBS 2.10)
|
||||
- fix osc token decode error
|
||||
- offline build mode is now really offline and does not try to download the buildconfig
|
||||
- osc build -define now works with python3
|
||||
- some spelling fixes
|
||||
- properly parse the error message on osc meta -e
|
||||
- osc maintainer -s now works with python3
|
||||
- simplified and fixed osc meta -e
|
||||
- osc lbl now works with non utf8 encoding
|
||||
- add simpleimage as local build type
|
||||
|
||||
0.165.1
|
||||
- fix oscssl "urldefrag is not defined error"
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.165.2.git'
|
||||
__version__ = '0.165.2'
|
||||
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
|
Loading…
Reference in New Issue
Block a user