1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +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

8
NEWS
View File

@ -1,5 +1,13 @@
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)

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