summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-06-27 09:30:31 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-06-27 09:30:31 (GMT)
commitc04df7e1b5fb1e4ffa796d2b3d2dea208f7116da (patch)
treebb8a51090d7fde0abfd7714a0a68145c17cb8db9 /NEWS
parentcdef03389559306cee1dc31134f47c0748583d98 (diff)
downloadlz4-c04df7e1b5fb1e4ffa796d2b3d2dea208f7116da.zip
lz4-c04df7e1b5fb1e4ffa796d2b3d2dea208f7116da.tar.gz
lz4-c04df7e1b5fb1e4ffa796d2b3d2dea208f7116da.tar.bz2
Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8347f63..b403d0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+r131
+Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
+
r130:
Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)