1
0
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:
lethliel 2019-07-24 15:13:39 +02:00
parent 71ae93b35a
commit 26214f7dcd
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -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)

View File

@ -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