SHA256
1
0
forked from pool/zstd

Accepting request 620410 from home:AndreasStieger:branches:Archiving

zstd 1.3.5

OBS-URL: https://build.opensuse.org/request/show/620410
OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=22
This commit is contained in:
Ismail Dönmez
2018-07-03 09:10:41 +00:00
committed by Git OBS Bridge
parent f68095d641
commit 92aa6cbd1c
5 changed files with 132 additions and 15 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 3 08:13:06 UTC 2018 - astieger@suse.com
- update to 1.3.5:
* much faster dictionary compression
* small quality improvement for dictionary generation
* slightly improved performance at high compression levels
* automatic memory release for long duration contexts
* fix overlapLog can be manually set
* fix decoding invalid lz4 frames
* fix performance degradation for dictionary compression when
using advanced API
- add zstd-1.3.5-fix-list-stdin.patch to avoid test issues with
--list when stdin is not a tty, patch from upstream
- disable failing pzstd tests
-------------------------------------------------------------------
Thu Jun 14 11:56:45 UTC 2018 - sweet_f_a@gmx.de