2017-10-30 07:59:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 29 15:52:37 UTC 2017 - astieger@suse.com
|
|
|
|
|
|
|
|
- update to 1.3.2:
|
|
|
|
* new long range mode, using --long command
|
|
|
|
* new ability to generate and decode magicless frames
|
|
|
|
* changed maximum nb of threads reduced to 200, to avoid address
|
|
|
|
space exhaustion in 32-bits mode
|
|
|
|
* fix multi-threading compression works with custom allocators
|
|
|
|
* fix ZSTD_sizeof_CStream() was over-evaluating memory usage
|
|
|
|
* fix a rare compression bug when compression generates very large
|
|
|
|
distances and bunch of other conditions
|
|
|
|
(only possible at --ultra -22)
|
|
|
|
* fix 32-bits build can now decode large offsets (levels 21+)
|
|
|
|
* cli added LZ4 frame support by default
|
|
|
|
* cli improved --list output
|
|
|
|
* cli now can split input file for dictionary training, using
|
|
|
|
command -B#
|
|
|
|
* cli new clean operation artefact on Ctrl-C interruption
|
|
|
|
* do not change /dev/null permissions when using command -t with
|
|
|
|
root access
|
|
|
|
* cli fix write file size in header in multiple-files mode
|
|
|
|
* api: added macro ZSTD_COMPRESSBOUND() for static allocation
|
|
|
|
* api: new advanced decompression API
|
|
|
|
* api: sizeof_CCtx() used to over-estimate
|
|
|
|
* build: fix : no-multithread variant compiles without pool.c
|
|
|
|
dependency
|
|
|
|
* build: better compatibility with reproducible builds
|
|
|
|
* license: changed /examples license to BSD + GPLv2
|
|
|
|
* license: fix a few header files to reflect new license
|
|
|
|
|
2017-08-21 15:48:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 21 13:34:50 UTC 2017 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Update to v1.3.1
|
|
|
|
* License is now BSD + GPL-2.0
|
|
|
|
* See https://github.com/facebook/zstd/releases for the
|
|
|
|
complete changelog.
|
|
|
|
|
2017-03-27 16:15:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 27 14:04:29 UTC 2017 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Update to v1.1.4
|
|
|
|
See https://github.com/facebook/zstd/releases for details.
|
|
|
|
- Drop zstd-lib-no-rebuild.patch
|
|
|
|
|
2016-12-07 10:25:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 7 09:25:33 UTC 2016 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Fix group name for the shared library
|
|
|
|
|
2016-12-04 13:33:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 4 12:25:27 UTC 2016 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.1.1
|
|
|
|
* New : cli commands -M#, --memory=, --memlimit=,
|
|
|
|
--memlimit-decompress= to limit allowed memory consumption
|
|
|
|
during decompression
|
|
|
|
* Improved : slightly better compression ratio at --ultra levels
|
|
|
|
* Improved : better memory usage when using streaming
|
|
|
|
compression API
|
|
|
|
* Added : API : ZSTD_initCStream_usingCDict(),
|
|
|
|
ZSTD_initDStream_usingDDict() (experimental section)
|
|
|
|
* Changed : zstd_errors.h is now installed within /include
|
|
|
|
(and replaces errors_public.h)
|
|
|
|
* Fixed : several sanitizer warnings
|
|
|
|
|
2016-10-17 14:20:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 16 17:55:02 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update descriptions
|
|
|
|
|
2016-10-06 09:21:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 5 09:03:14 UTC 2016 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
- initial package version 1.1.0
|
|
|
|
based on https://pbrady.fedorapeople.org/zstd.spec
|
|
|
|
|