1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

release 0.169.0

This commit is contained in:
lethliel 2020-05-27 14:49:10 +02:00
parent fdcd606122
commit 42b4992ecb
2 changed files with 10 additions and 2 deletions

10
NEWS
View File

@ -1,6 +1,14 @@
0.169.0
- 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
- Use html.escape instead removed cgi.escape (boo#1166537)
enables python3.8 compatibility

View File

@ -5,7 +5,7 @@
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" changes in an incompatible way. Please add any needed migration