[poppler] Branch 'poppler-0.10' - CMakeLists.txt configure.ac msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Thu Apr 16 13:28:51 PDT 2009


 CMakeLists.txt   |    2 +-
 NEWS             |   14 ++++++++++++++
 configure.ac     |    2 +-
 msvc/config.h    |    6 +++---
 qt4/src/Doxyfile |    2 +-
 5 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit 4987199c74d3fa57158ee5a005f7663390546668
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Apr 16 22:28:11 2009 +0200

    0.10.6

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c690c1d..06977cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.10.5")
+set(POPPLER_VERSION "0.10.6")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/NEWS b/NEWS
index 886a324..22874ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 0.10.6
+
+	core:
+	 * Fix problems that happen when parsing broken JBIG2 files.
+	   CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180
+	   CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188
+	 * Fix parsing of incorrect border arrays. Bug #19761
+	 * Fix clip test for fonts. Bug #20950
+	 * Fix getGlyphAdvance to behave correctly on font size changes. Bug #20769
+	 * Misc build fixes
+	 
+	build system:
+	 * Fix the Qt4 version we need
+
 Release 0.10.5
 
 	core:
diff --git a/configure.ac b/configure.ac
index 8c7d4eb..dd1e8f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.10.5)
+AC_INIT(poppler, 0.10.6)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
diff --git a/msvc/config.h b/msvc/config.h
index 9aabb19..525d7e2 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -32,13 +32,13 @@
 #define PACKAGE_NAME "poppler"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "poppler 0.10.5"
+#define PACKAGE_STRING "poppler 0.10.6"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "poppler"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.5"
+#define PACKAGE_VERSION "0.10.6"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.10.5"
+#define VERSION "0.10.6"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 6f3615d..6a49d3a 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = "Poppler Qt4 "
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.10.5
+PROJECT_NUMBER         = 0.10.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 


More information about the poppler mailing list