diff options
author | Yann Collet <cyan@fb.com> | 2016-11-09 14:36:42 -0800 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-11-09 14:36:42 -0800 |
commit | acc48a3f85e5c97a102999544248ee7e51cc419b (patch) | |
tree | fc0d5df1eb31062d426b13cf8c3eb99cb2c1a97f /NEWS | |
parent | 0c5e2e4d1bf7a4abed98913fd526779976214ea7 (diff) | |
download | lz4-acc48a3f85e5c97a102999544248ee7e51cc419b.tar.gz lz4-acc48a3f85e5c97a102999544248ee7e51cc419b.tar.bz2 lz4-acc48a3f85e5c97a102999544248ee7e51cc419b.zip |
fixed lz4cat
changed lz4-test order
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,13 +8,13 @@ Fix : better ratio on 64-bits big-endian targets 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 +Added : Debianization, by Evgeniy Polyakov r131 New : Dos/DJGPP target, thanks to Louis Santillan (#114) |