summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2014-03-23 11:15:37 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2014-03-23 11:15:37 (GMT)
commit848fdf3c15e6e7c2a24a868ace02dc3180f5275c (patch)
treed379e2f07c92e4b4cdeeeaf540c35631c384785c /NEWS
parenta9d8640c1f3898cd47eb1faf22db013e8b9911db (diff)
downloadlz4-848fdf3c15e6e7c2a24a868ace02dc3180f5275c.zip
lz4-848fdf3c15e6e7c2a24a868ace02dc3180f5275c.tar.gz
lz4-848fdf3c15e6e7c2a24a868ace02dc3180f5275c.tar.bz2
Added : lz4cat utility for posx systems
OS-X compatible dynamic library, thanks to Jan Stepien corrected : relative symbolic link for versioned library git-svn-id: https://lz4.googlecode.com/svn/trunk@115 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 092acf2..9336101 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+r115:
+Added : lz4cat utility, installed on POSX systems (issue 118)
+OS-X compatible compilation of dynamic library (issue 115)
+
r114:
Makefile : library correctly compiled with -O3 switch (issue 114)
Makefile : library compilation compatible with clang