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

release 0.166.2

This commit is contained in:
lethliel 2019-11-13 13:02:57 +01:00
parent 2bd921ee7c
commit e16bd07e25
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
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
0.166.1
- emergency fix for credentials handling:
* in case of an old passx entry in oscrc

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.166.1'
__version__ = '0.166.2'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration