summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-09-14 23:59:30 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-09-14 23:59:30 (GMT)
commitd71b9e25b729e92871cd6a9791170e334d5199d1 (patch)
treec73e18c18197fec8c7ef27519249362d919d165f /NEWS
parent562b34f660062f624535e8dff30da7dd0862869f (diff)
downloadlz4-d71b9e25b729e92871cd6a9791170e334d5199d1.zip
lz4-d71b9e25b729e92871cd6a9791170e334d5199d1.tar.gz
lz4-d71b9e25b729e92871cd6a9791170e334d5199d1.tar.bz2
small improvements to lz4frame compression
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69e5c4e..ee4e40b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+r123:
+Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings
+Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
+
r122:
Fix : AIX & AIX64 support (SamG)
Fix : mips 64-bits support (lew van)