[poppler] Branch 'poppler-0.6' - configure.ac NEWS qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Oct 12 06:22:25 PDT 2007
NEWS | 24 ++++++++++++++++++++++++
configure.ac | 2 +-
qt4/src/Doxyfile | 2 +-
3 files changed, 26 insertions(+), 2 deletions(-)
New commits:
diff-tree 12a3609d99e60fd4a93eb9fbc808dc856507da51 (from 97f4fbbab7f2dac8792fb2cfc6f1510421fede4d)
Author: Albert Astals Cid <tsdgeos at bluebox.localdomain>
Date: Fri Oct 12 15:22:08 2007 +0200
Bump version to 0.6.1
diff --git a/NEWS b/NEWS
index 2555448..219747a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Release 0.6.1
+
+ poppler core:
+ * Fix printing with different x and y scale
+ * Fix crash when Form Fields array contains references to non existent objects
+ * Fix crash in CairoOutputDev::drawMaskedImage()
+ * Fix embedded file description not working on some cases
+
+ Qt4 frontend:
+ * Fix printing issue
+ * Avoid double free
+ * Fix memory leak when dealing with embedded files
+
+ glib frontend:
+ * Fix build with --disable-cairo-output
+ * Do not return unknown field type for signature form fields
+
+ build system:
+ * Support automake-1.10
+ * More compatible sh code in qt.m4
+
+ utils:
+ * Fix build on Sun Studio compiler
+
Release 0.6
- CairoOutputDev fixes
diff --git a/configure.ac b/configure.ac
index 4bdce05..ee5f6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6)
+AC_INIT(poppler, 0.6.1)
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 28c9649..c6b22f3 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
+PROJECT_NUMBER = 0.6.1
# 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