aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-09 09:03:57 -0800
committerYann Collet <cyan@fb.com>2016-11-09 09:03:57 -0800
commitfafba397343dbce6d30ba459d9d9f9f98cfbdd2d (patch)
treef9b2a4e6631c93fdad18f97ade64b09481df9c8f
parentd5903c8e5065e2e745da3e04115e847b16810f15 (diff)
downloadlz4-fafba397343dbce6d30ba459d9d9f9f98cfbdd2d.tar.gz
updated NEWS
-rw-r--r--.gitignore3
-rw-r--r--NEWS18
2 files changed, 13 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index cd47ddde..84653cf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,6 @@ lz4
_codelite/
_codelite_lz4/
*.zip
+
+# Mac
+.DS_Store
diff --git a/NEWS b/NEWS
index c349991f..8a745940 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)