1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +02: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