summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-11-10 14:00:39 +0100
committerAlbert Astals Cid <aacid@kde.org>2007-11-10 14:00:39 +0100
commitca437987ae86b1b4f10deb8beb5c01e61a004326 (patch)
treee371326de2784d2258cdc5c030f84e68ef475d5b
parenta3eff642127d6b365b3705df8476cc5b8b2122dd (diff)
Poppler 0.6.2poppler-0.6.2
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
-rw-r--r--qt4/src/Doxyfile2
3 files changed, 27 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 219747a1..e51cba21 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 73b4c40a..6f5e82db 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 c6b22f39..19a0fa87 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.