[poppler] Branch 'poppler-0.6' - configure.ac NEWS qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Nov 10 05:02:39 PST 2007
NEWS | 25 +++++++++++++++++++++++++
configure.ac | 2 +-
qt4/src/Doxyfile | 2 +-
3 files changed, 27 insertions(+), 2 deletions(-)
New commits:
commit ca437987ae86b1b4f10deb8beb5c01e61a004326
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Nov 10 14:00:39 2007 +0100
Poppler 0.6.2
diff --git a/NEWS b/NEWS
index 219747a..e51cba2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Release 0.6.2
+
+ poppler core:
+ * Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393
+ * Fix a crash on documents with wrong CCITTFaxStream
+ * Fix a crash in the Cairo renderer with invalid embedded fonts
+ * Fix a crash with invalid TrueType fonts
+ * Check if font is inside the clip area before rendering
+ it to a temporary bitmap in the Splash renderer. Fixes crashes on
+ incorrect documents
+ * Do not use exit(1) on DCTStream errors
+ * Detect form fields at any depth level
+ * Do not generate appearance stream for radio buttons that are not active
+ * mingw fixes
+
+ build system:
+ * Require fontconfig >= 2.0
+ * builddir != srcdir fixes
+
+ Qt4 frontend:
+ * Improved documentation
+
+ misc:
+ * Fix FSF address
+
Release 0.6.1
poppler core:
diff --git a/configure.ac b/configure.ac
index 73b4c40..6f5e82d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6.1)
+AC_INIT(poppler, 0.6.2)
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index c6b22f3..19a0fa8 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -23,7 +23,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.6.1
+PROJECT_NUMBER = 0.6.2
# 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