- 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, CVE-2019-3681) do not allow '/' in filename

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=335
This commit is contained in:
2020-05-28 06:36:08 +00:00
committed by Git OBS Bridge
parent a3913b00be
commit db844b2871
8 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed May 27 12:54:14 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
- 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, CVE-2019-3681) do not allow '/' in filename
-------------------------------------------------------------------
Fri Mar 13 06:49:27 UTC 2020 - Marco Strigl <marco.strigl@suse.com>