diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-22 12:42:00 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-22 12:42:00 (GMT) |
commit | 7cf4e5c94136ee625d7225a72d4c38589a03ec5d (patch) | |
tree | 5775808a82e56f5318d7030bae2d4bf3e41058a2 /NEWS | |
parent | f02adc79389732177dca6fa21a3e716249aa63dd (diff) | |
download | lz4-7cf4e5c94136ee625d7225a72d4c38589a03ec5d.zip lz4-7cf4e5c94136ee625d7225a72d4c38589a03ec5d.tar.gz lz4-7cf4e5c94136ee625d7225a72d4c38589a03ec5d.tar.bz2 |
Updates tests & Man pages
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,15 +3,17 @@ New : lz4 cli sparse file support New : command -m, to compress multiple files in a single command New : lz4frame supports frame content size Fixed : Restored lz4hc compression ratio (was slightly lower since r124) +New : lz4 cli supports long commands New : lz4frame supports skippable frames Changed:Default "make install" directory is /usr/local New : lz4 cli supports "pass-through" mode +New : long commands New : g++ compatibility tests New : datagen can generate sparse files New : scan-build tests Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48) Added : Visual project directory -Updated:Doc +Updated:Man page & Specification r127: N/A : added a file on SVN |