fixed lib soname.

example : simple_compression : size overflow check
This commit is contained in:
Yann Collet
2016-12-08 18:26:56 -08:00
parent 16a5752588
commit 6e754fe76a
3 changed files with 17 additions and 11 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ cli : new : preserve file attributes
cli : new : added zstdless and zstdgrep tools
cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (like pzstd)
cli : fixed : zstdcat
library : changed : only public ZSTD_ symbols are now exposed
lib : changed : only public ZSTD_ symbols are now exposed
lib : fixed : soname
API : changed : zbuff prototypes now generate deprecation warnings
API : changed : streaming decompression implicit reset on starting new frame
API : added experimental : dictID retrieval functions