summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-07-26 14:15:00 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-07-26 14:15:00 (GMT)
commita50c102f5a4736940563d40695b12f6c37be7035 (patch)
treeeeace15572a607a372a89523ca1e6cfb4426879a /NEWS
parentf9e16d2ffb651ec27bf4729538433378eeb2acd7 (diff)
downloadlz4-a50c102f5a4736940563d40695b12f6c37be7035.zip
lz4-a50c102f5a4736940563d40695b12f6c37be7035.tar.gz
lz4-a50c102f5a4736940563d40695b12f6c37be7035.tar.bz2
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abb0e6f..889273f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+r121:
+Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
+
r120:
Modified : Streaming API, using strong types
Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka