SHA256
6
0
forked from pool/zstd

Accepting request 724709 from home:namtrac:branches:Archiving

- Update to version 1.4.3
  * bug: Fix Dictionary Compression Ratio Regression (#1709)
  * bug: Fix Buffer Overflow in v0.3 Decompression (#1722)
  * build: Add support for IAR C/C++ Compiler for Arm (#1705)
  * misc: Add NULL pointer check in util.c (#1706)

OBS-URL: https://build.opensuse.org/request/show/724709
OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=43
This commit is contained in:
2019-08-20 09:46:31 +00:00
committed by Git OBS Bridge
parent 95b421da86
commit 9be93ef415
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 20 07:25:49 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 1.4.3
* bug: Fix Dictionary Compression Ratio Regression (#1709)
* bug: Fix Buffer Overflow in v0.3 Decompression (#1722)
* build: Add support for IAR C/C++ Compiler for Arm (#1705)
* misc: Add NULL pointer check in util.c (#1706)
-------------------------------------------------------------------
Tue Jul 30 13:43:02 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>