- 0.165.3 (boo#1142662)

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

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=296
This commit is contained in:
2019-07-24 13:23:58 +00:00
committed by Git OBS Bridge
parent 192ac9ff61
commit 4671b75744
8 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 24 13:18:01 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
- 0.165.3 (boo#1142662)
* 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)
-------------------------------------------------------------------
Mon Jul 8 11:11:58 UTC 2019 - Marco Strigl <marco.strigl@suse.com>