updated NEWS in preparation for v1.3.4

dev
Yann Collet 2018-03-09 16:22:34 -08:00
parent 5414b8ea01
commit 8c6dbf490b
1 changed files with 12 additions and 1 deletions

13
NEWS
View File

@ -1,5 +1,16 @@
v1.3.4
perf: faster speed for recent cpus (haswell+)
perf: faster decoding speed
perf: faster zstd_btlazy2 compression strategy (levels 13-15)
cli : asynchronous mode by default, for improved performance (use --single-thread for former behavior)
cli : fix crash when not overwriting existing files, by Pádraig Brady (@pixelb)
api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode
api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime
api : ZSTDMT can accept new compression parameters during compression
build: improved meson recipe, by Shawn Landden (@shawnl)
v1.3.3
perf: faster zstd_opt strategy (levels 17-19)
perf: faster zstd_opt strategy (levels 16-19)
fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen
cli : fix : content size written in header by default
cli : fix : improved LZ4 format support, by @felixhandte