summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-11-02 12:11:04 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-11-02 12:11:04 (GMT)
commit7a863abfc2da21cf69fc2db2ad92e9f8e2c72004 (patch)
tree39eb82e5f1d1874e1efd9f748d856f489670678d /NEWS
parenta78db582d321446b5167de67eec8ba3239b14bbe (diff)
downloadlz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.zip
lz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.tar.gz
lz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.tar.bz2
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
git-svn-id: https://lz4.googlecode.com/svn/trunk@108 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c158a94..01945ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+r108 :
+lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
+
r107 :
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
@@ -13,11 +16,11 @@ cmake : check for just C compiler (Elan Ruusamae)
r106 :
Makefile : make dist modify text files in the package to respect Unix EoL convention
-lz4cli : corrected small display bug in HC mode
+lz4cli.c : corrected small display bug in HC mode
r105 :
Makefile : New install script and man page, contributed by Prasad Pandit
lz4cli.c : Minor modifications, for easier extensibility
-COPYING : added license file
+COPYING : added license file
LZ4_Streaming_Format.odt : modified file name to remove white space characters
-exe : .exe suffix now properly added only for Windows target \ No newline at end of file
+Makefile : .exe suffix now properly added only for Windows target \ No newline at end of file