[poppler] Branch 'poppler-0.6' - configure.ac NEWS qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Dec 12 11:41:31 PST 2007
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
qt4/src/Doxyfile | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
New commits:
commit 9d1739a87a7b993f1075fc576ebb6c30363f80f7
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Dec 12 20:41:10 2007 +0100
Release 0.6.3
diff --git a/NEWS b/NEWS
index e51cba2..233091e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 0.6.3
+
+ core:
+ * Fix crash in extra debug code
+
+ glib frontend:
+ * Make sure passwords are passed in latin1 to poppler core
+
+ Qt frontend:
+ * Fix crash on documents that specify an empty date
+
+ build system:
+ * Disable gtk tests if the user disabled glib frontend
+
Release 0.6.2
poppler core:
diff --git a/configure.ac b/configure.ac
index 204d1eb..51d5ddb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6.2)
+AC_INIT(poppler, 0.6.3)
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 19a0fa8..53f0bb3 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.2
+PROJECT_NUMBER = 0.6.3
# 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