summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyan4973 <yann.collet.73@gmail.com>2014-08-28 12:23:34 (GMT)
committerCyan4973 <yann.collet.73@gmail.com>2014-08-28 12:23:34 (GMT)
commit6e9183ba44a6863f99023c82e8d9752a8a0a92a6 (patch)
tree5df43e3e2cf89df82c490b1cd91056f87522053c
parent607a87cf0961baa157c8b4f478bb224a10e6e1fc (diff)
parentbb902d803e4e493ee933e8a1acb9ff8a8fcffddb (diff)
downloadlz4-r122.zip
lz4-r122.tar.gz
lz4-r122.tar.bz2
Merge pull request #23 from Cyan4973/devr122
Dev
-rw-r--r--[-rwxr-xr-x]LZ4_Framing_Format.html0
-rw-r--r--NEWS7
2 files changed, 7 insertions, 0 deletions
diff --git a/LZ4_Framing_Format.html b/LZ4_Framing_Format.html
index bd1304c..bd1304c 100755..100644
--- a/LZ4_Framing_Format.html
+++ b/LZ4_Framing_Format.html
diff --git a/NEWS b/NEWS
index 6ad8906..69e5c4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+r122:
+Fix : AIX & AIX64 support (SamG)
+Fix : mips 64-bits support (lew van)
+Added : Examples directory, using code examples from Takayuki Matsuoka
+Updated : Framing specification, to v1.4.1
+Updated : xxHash, to r36
+
r121:
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka