libextractor

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

commit a2f6ec7d806daa84ae9f777feef39fed96e32ba4
parent 308fbaf1ade2663348dc37a1fcf21b59345b8635
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 11 Mar 2006 01:44:53 +0000

sync

Diffstat:
MAUTHORS | 1+
MChangeLog | 2+-
Mconfigure.ac | 4++--
Mcontrib/doxygen | 2+-
Msrc/plugins/wordleaker/wordleaker.cpp | 3---
5 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -31,6 +31,7 @@ translit - Nils Durner <n.durner@t-online.de> thumbnail - core team using ImageMagick exiv2 - Andreas Huggel <ahuggel@gmx.net> language - Roberto Cappuccio <roberto.cappuccio@gmail.com> (from libkat) +word - Ariya Hidayat <ariya@kde.org> and Sacha Fuentes <mandelman@iname.com> General contributors: Yuri N. Sedunov <aris@altlinux.ru> diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,6 @@ Thu Mar 9 17:46:39 PST 2006 Added support for wordleaker (additional meta-data for - OLE2 streams). + OLE2 streams). Releasing libextractor 0.5.11. Sat Feb 18 17:39:10 PST 2006 Yet another round of XPDF-related security fixes. 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.10], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [0.5.11], [bug-libextractor@gnu.org]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.5.10]) +AM_INIT_AUTOMAKE([libextractor], [0.5.11]) AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1]) diff --git a/contrib/doxygen b/contrib/doxygen @@ -23,7 +23,7 @@ PROJECT_NAME = libextractor # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5.10 +PROJECT_NUMBER = 0.5.11 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/plugins/wordleaker/wordleaker.cpp b/src/plugins/wordleaker/wordleaker.cpp @@ -23,9 +23,6 @@ Boston, MA 02111-1307, US */ -// TAKE CARE: there's not a single check for validity of data, -// so any malformed or malicious Word file will break it - #include <iostream> #include <fstream> #include <stdlib.h>