libextractor

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

commit 308fbaf1ade2663348dc37a1fcf21b59345b8635
parent 32484d756378710684fbb09fbee5a6b9e3ab71d3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 10 Mar 2006 23:42:46 +0000

wordleaker

Diffstat:
MChangeLog | 8++++++--
Mconfigure.ac | 4++--
2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,10 @@ Thu Mar 9 17:46:39 PST 2006 - Added support for wordleaker (additional meta-data for - OLE2 streams). + Added support for wordleaker (additional meta-data for + OLE2 streams). + +Sat Feb 18 17:39:10 PST 2006 + Yet another round of XPDF-related security fixes. + Releasing libextractor 0.5.10. Tue Jan 31 12:51:55 PST 2006 Mis-detection of man pages as part of TAR archives fixed. diff --git a/configure.ac b/configure.ac @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([libextractor], [0.5.9], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [0.5.10], [bug-libextractor@gnu.org]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.5.9]) +AM_INIT_AUTOMAKE([libextractor], [0.5.10]) AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1])