summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-09 17:03:57 (GMT)
committerYann Collet <cyan@fb.com>2016-11-09 17:03:57 (GMT)
commitfafba397343dbce6d30ba459d9d9f9f98cfbdd2d (patch)
treef9b2a4e6631c93fdad18f97ade64b09481df9c8f /NEWS
parentd5903c8e5065e2e745da3e04115e847b16810f15 (diff)
downloadlz4-fafba397343dbce6d30ba459d9d9f9f98cfbdd2d.zip
lz4-fafba397343dbce6d30ba459d9d9f9f98cfbdd2d.tar.gz
lz4-fafba397343dbce6d30ba459d9d9f9f98cfbdd2d.tar.bz2
updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 10 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index c349991..8a74594 100644
--- a/NEWS
+++ b/NEWS
@@ -4,15 +4,17 @@ Improved: Small decompression speed boost
Improved: Small compression speed improvement on 64-bits systems
Improved: Small compression ratio and speed improvement on small files
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
-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
+Improved cmake build script, by Evan Nemerson
+New liblz4-dll project, by Przemyslaw Skibinki
+Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
+Added : Debianization, by Evgeniy Polyakov
+cli : new : --rm command
+cli : new : file attributes are preserved, by Przemyslaw Skibinki
+cli : fix : crash on some invalid inputs
+cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
+cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243
+cli : bench : new : -r recursive mode
r131
New : Dos/DJGPP target, thanks to Louis Santillan (#114)