summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-01-25 23:11:08 +0100
committerAlbert Astals Cid <aacid@kde.org>2008-01-25 23:11:08 +0100
commit9cefa8243968af3b3415d355a08fe00a3b9b4d05 (patch)
treeac8b7572aa8b407d6dcadbe81bed23b335f3b7fc
parent5238cbd796c3f7e23e275adc0c63141e2c3587f2 (diff)
Poppler 0.6.4poppler-0.6.4
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
-rw-r--r--qt4/src/Doxyfile2
3 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 304a03ed..9c4d11b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 0.6.4
+
+ Qt4 frontend:
+ * Fix crash on links that point to a non existant page
+ * Make Document::renderHints return the correct render hints
+ * Fix infinite loop when parsing LineAnnotation
+
+ core:
+ * Fix crash in the Splash renderer when T3 fonts are badly defined
+ * Draw underlined Links correctly
+
+ utils:
+ * Fix two use after free bugs in HtmlOutputDev.cc
+
+ build system:
+ * Fix build on mingw32
+
+ tests:
+ * Distribute the glade file of pdf-inspector
+
Release 0.6.3
core:
diff --git a/configure.ac b/configure.ac
index 51d5ddba..f49df4dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6.3)
+AC_INIT(poppler, 0.6.4)
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 53f0bb34..a37fa8e3 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.3
+PROJECT_NUMBER = 0.6.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.