gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2073 - in Extractor: . src/include


From: grothoff
Subject: [GNUnet-SVN] r2073 - in Extractor: . src/include
Date: Fri, 9 Sep 2005 14:49:17 -0700 (PDT)

Author: grothoff
Date: 2005-09-09 14:49:16 -0700 (Fri, 09 Sep 2005)
New Revision: 2073

Modified:
   Extractor/ChangeLog
   Extractor/src/include/extractor.h
Log:
log

Modified: Extractor/ChangeLog
===================================================================
--- Extractor/ChangeLog 2005-09-09 21:45:36 UTC (rev 2072)
+++ Extractor/ChangeLog 2005-09-09 21:49:16 UTC (rev 2073)
@@ -1,3 +1,7 @@
+Fri Sep  9 14:57:10 PDT 2005
+       Fixed bug in decompression code that occured if the compressed file
+       expanded to more than twice its original size.
+
 Wed Sep  7 21:41:35 PDT 2005
        Added decompression of gz and bz2 streams to the LE core library
        (avoids need to do this, possibly repeatedly, in plugins and makes

Modified: Extractor/src/include/extractor.h
===================================================================
--- Extractor/src/include/extractor.h   2005-09-09 21:45:36 UTC (rev 2072)
+++ Extractor/src/include/extractor.h   2005-09-09 21:49:16 UTC (rev 2073)
@@ -29,7 +29,7 @@
  * 0.2.6-1 => 0x00020601
  * 4.5.2-0 => 0x04050200
  */
-#define EXTRACTOR_VERSION 0x00050500
+#define EXTRACTOR_VERSION 0x00050501
 
 #include <stdio.h>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]