NEWS             |   20 ++++++++++++++++++++
 configure.ac     |    2 +-
 qt4/src/Doxyfile |    2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit 9cefa8243968af3b3415d355a08fe00a3b9b4d05
Author: Albert Astals Cid <[EMAIL PROTECTED]>
Date:   Fri Jan 25 23:11:08 2008 +0100

    Poppler 0.6.4

diff --git a/NEWS b/NEWS
index 304a03e..9c4d11b 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 51d5ddb..f49df4d 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 53f0bb3..a37fa8e 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. 
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to