- 0.166.2

* Don't enforce password reuse (boo#1156501)
  * Config option check_for_requests_on_action is now
    activated by default.
    Use check_for_request_on_action = 0 in oscrc to
    disable it
  * osc vc --file=foo bar.changes now writes the content
    from foo into bar.changes instead of creating a new file
    (boo#1155953)
  * fix output for missing pubkey when using http_debug=1 on
    osc build
  * fix crash of osc linkpac when there is already a _link

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=305
This commit is contained in:
2019-11-13 12:10:04 +00:00
committed by Git OBS Bridge
parent e0ae99e21b
commit d452b96b2a
8 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Nov 13 12:05:26 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
- 0.166.2
* Don't enforce password reuse (boo#1156501)
* Config option check_for_requests_on_action is now
activated by default.
Use check_for_request_on_action = 0 in oscrc to
disable it
* osc vc --file=foo bar.changes now writes the content
from foo into bar.changes instead of creating a new file
(boo#1155953)
* fix output for missing pubkey when using http_debug=1 on
osc build
* fix crash of osc linkpac when there is already a _link
-------------------------------------------------------------------
Tue Oct 29 10:18:24 UTC 2019 - Marco Strigl <marco.strigl@suse.com>