mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 18:06:13 +01:00
release 0.169.0
This commit is contained in:
parent
fdcd606122
commit
42b4992ecb
8
NEWS
8
NEWS
@ -1,5 +1,13 @@
|
|||||||
0.169.0
|
0.169.0
|
||||||
- improve speed and usability of osc bash completion
|
- improve speed and usability of osc bash completion
|
||||||
|
- switch packagequery.py to return only bytes
|
||||||
|
- improved some error messages
|
||||||
|
- osc add: support git@ (private github) or git:// URLs correctly
|
||||||
|
- split dependson and whatdependson commands
|
||||||
|
- support for osc build --shell-cmd
|
||||||
|
- Fix kiwi build with --prefer-pkgs
|
||||||
|
- add pkg-ccache support for osc build
|
||||||
|
- fix security issue (bsc#1122675) do not allow '/' in filename
|
||||||
|
|
||||||
0.168.2
|
0.168.2
|
||||||
- Use html.escape instead removed cgi.escape (boo#1166537)
|
- Use html.escape instead removed cgi.escape (boo#1166537)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__version__ = '0.169.0.git'
|
__version__ = '0.169.0'
|
||||||
|
|
||||||
# __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
|
||||||
|
Loading…
Reference in New Issue
Block a user