fixed dictionary generation

This commit is contained in:
Yann Collet
2016-07-27 14:48:47 +02:00
parent c154d9d6a2
commit 55a8bea0b5
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ New : updated compresson format
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers
Fixed : legacy mode with ZSTD_HEAPMODE=0, by Christopher Bergqvist
Fixed : premature end of frame when zero-sized raw block, reported by Eric Biggers
Fixed : statistics for large dictionaries (> 128 KB), reported by Ilona Papava
Fixed : checksum correctly checked in single-pass mode
Fixed : combined --test amd --rm, reported by Andreas M. Nilsson
Modified : minor compression level adaptations