mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 14:46:14 +01:00
release 0.165.3
This commit is contained in:
parent
71ae93b35a
commit
26214f7dcd
2
NEWS
2
NEWS
@ -1,4 +1,6 @@
|
||||
0.165.3
|
||||
- switch to difflib.diff_bytes and sys.stdout.buffer.write for diffing.
|
||||
This will fix all decoding issues with osc diff, osc ci and osc rq -d
|
||||
- fix osc ls -lb handling empty size and mtime
|
||||
- removed decoding on osc api command.
|
||||
- fixed broken TLS certificate handling (boo#1142518, CVE-2019-3685)
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.165.3.git'
|
||||
__version__ = '0.165.3'
|
||||
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
|
Loading…
Reference in New Issue
Block a user