SHA256
1
0
forked from pool/zstd

Update to version 1.4.9

* https://github.com/facebook/zstd/releases/tag/v1.4.9
  * >2x Faster Long Distance Mode
  * New Experimental Decompression Feature: ZSTD_d_refMultipleDDicts
  * bug: Use umask() to Constrain Created File Permissions
  * bug: Make Simple Single-Pass Functions Ignore Advanced Parameters
  * cli: Fix --output-dir-mirror's Rejection of ..-Containing Paths
  * cli: Allow Input From Console When -f/--force is Passed

OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=58
This commit is contained in:
2021-03-04 01:53:38 +00:00
committed by Git OBS Bridge
parent ab48fcbfd6
commit 5e904cc946
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 4 01:36:14 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to version 1.4.9
* https://github.com/facebook/zstd/releases/tag/v1.4.9
* >2x Faster Long Distance Mode
* New Experimental Decompression Feature: ZSTD_d_refMultipleDDicts
* bug: Use umask() to Constrain Created File Permissions
* bug: Make Simple Single-Pass Functions Ignore Advanced Parameters
* cli: Fix --output-dir-mirror's Rejection of ..-Containing Paths
* cli: Allow Input From Console When -f/--force is Passed
-------------------------------------------------------------------
Fri Jan 22 14:34:28 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>