mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
release 0.166.2
This commit is contained in:
parent
2bd921ee7c
commit
e16bd07e25
13
NEWS
13
NEWS
@ -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
|
0.166.1
|
||||||
- emergency fix for credentials handling:
|
- emergency fix for credentials handling:
|
||||||
* in case of an old passx entry in oscrc
|
* in case of an old passx entry in oscrc
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
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_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
|
Loading…
Reference in New Issue
Block a user