libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 0ef0a8c3d8ae900746aaf40c5c8f2da5fc2c18f9
parent 1881b6c6c1c2b88ed725360f766c603fa6efcace
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  9 Sep 2005 21:49:16 +0000

log

Diffstat:
MChangeLog | 4++++
Msrc/include/extractor.h | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -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 diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -29,7 +29,7 @@ extern "C" { * 0.2.6-1 => 0x00020601 * 4.5.2-0 => 0x04050200 */ -#define EXTRACTOR_VERSION 0x00050500 +#define EXTRACTOR_VERSION 0x00050501 #include <stdio.h>