gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2473 - in Extractor: . contrib src/plugins/wordleaker


From: grothoff
Subject: [GNUnet-SVN] r2473 - in Extractor: . contrib src/plugins/wordleaker
Date: Fri, 10 Mar 2006 17:44:56 -0800 (PST)

Author: grothoff
Date: 2006-03-10 17:44:53 -0800 (Fri, 10 Mar 2006)
New Revision: 2473

Modified:
   Extractor/AUTHORS
   Extractor/ChangeLog
   Extractor/configure.ac
   Extractor/contrib/doxygen
   Extractor/src/plugins/wordleaker/wordleaker.cpp
Log:
sync

Modified: Extractor/AUTHORS
===================================================================
--- Extractor/AUTHORS   2006-03-10 23:42:46 UTC (rev 2472)
+++ Extractor/AUTHORS   2006-03-11 01:44:53 UTC (rev 2473)
@@ -31,6 +31,7 @@
 thumbnail - core team using ImageMagick
 exiv2     - Andreas Huggel <address@hidden>
 language  - Roberto Cappuccio <address@hidden> (from libkat)
+word      - Ariya Hidayat <address@hidden> and Sacha Fuentes <address@hidden>
 
 General contributors:
 Yuri N. Sedunov <address@hidden>

Modified: Extractor/ChangeLog
===================================================================
--- Extractor/ChangeLog 2006-03-10 23:42:46 UTC (rev 2472)
+++ Extractor/ChangeLog 2006-03-11 01:44:53 UTC (rev 2473)
@@ -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.

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2006-03-10 23:42:46 UTC (rev 2472)
+++ Extractor/configure.ac      2006-03-11 01:44:53 UTC (rev 2473)
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([libextractor], [0.5.10], address@hidden)
+AC_INIT([libextractor], [0.5.11], address@hidden)
 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])

Modified: Extractor/contrib/doxygen
===================================================================
--- Extractor/contrib/doxygen   2006-03-10 23:42:46 UTC (rev 2472)
+++ Extractor/contrib/doxygen   2006-03-11 01:44:53 UTC (rev 2473)
@@ -23,7 +23,7 @@
 # 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. 

Modified: Extractor/src/plugins/wordleaker/wordleaker.cpp
===================================================================
--- Extractor/src/plugins/wordleaker/wordleaker.cpp     2006-03-10 23:42:46 UTC 
(rev 2472)
+++ Extractor/src/plugins/wordleaker/wordleaker.cpp     2006-03-11 01:44:53 UTC 
(rev 2473)
@@ -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>





reply via email to

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