diff options
author | Yann Collet <cyan@fb.com> | 2016-11-07 20:33:10 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-11-07 20:34:10 (GMT) |
commit | 00c6370ad2419ea1906cf876013fef44df9c5af0 (patch) | |
tree | 3069874097615f36fb86feb3380fa39d35106857 /NEWS | |
parent | f6a7c6b578ea2bdfbd19e30ac7cadf4b97fcc84c (diff) | |
download | lz4-00c6370ad2419ea1906cf876013fef44df9c5af0.zip lz4-00c6370ad2419ea1906cf876013fef44df9c5af0.tar.gz lz4-00c6370ad2419ea1906cf876013fef44df9c5af0.tar.bz2 |
Fix #243 : detect and report fread() errors, by @iyokan
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,13 +2,16 @@ v1.7.2 Changed : moved to versioning; package, cli and library have same version number Improved: Small decompression speed boost Improved: Small compression speed improvement on 64-bits systems -Improved: Performance on ARMv6 and ARMv7 +Improved: Significant speed boost on ARMv6 and ARMv7 +New : cli : --rm command +New : cli : file attributes are preserved, by Przemyslaw Skibinki Added : Debianization, by Evgeniy Polyakov Makefile: Generates object files (*.o) for faster (re)compilation on low power systems -New : recursive mode in benchmark, by Przemyslaw Skibinski +New : recursive mode in benchmark Fix : cli : crash on some invalid inputs Fix : cli : -t correctly validates lz4-compressed files, by Nick Terrell Fix : better ratio on 64-bits big-endian targets +Fix : cli : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243 r131 New : Dos/DJGPP target, thanks to Louis Santillan (#114) |