[poppler] Branch 'poppler-0.10' - CMakeLists.txt configure.ac msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Sat May 16 09:15:05 PDT 2009


 CMakeLists.txt   |    2 +-
 NEWS             |   16 ++++++++++++++++
 configure.ac     |    2 +-
 msvc/config.h    |    6 +++---
 qt4/src/Doxyfile |    2 +-
 5 files changed, 22 insertions(+), 6 deletions(-)

New commits:
commit 06c59af3a57580f7396e3ab899c76c70071dd5d6
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat May 16 18:14:50 2009 +0200

    Poppler 0.10.7

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06977cd..ebe87a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.10.6")
+set(POPPLER_VERSION "0.10.7")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/NEWS b/NEWS
index 22874ad..831f61c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.10.7
+
+	core:
+	 * Fix rendering of axial shadings. Bug #19896
+	 * Fix out of bounds access in GfxCIDFont
+	 * Fix decryption using owner password on some pdf. Bug #21270
+	 * Hidden property depends on parent being hidden, not only yourself. Bug #16093
+	 * Make sure ImageStream::close() is called after ImageStream::reset()
+	
+	glib:
+	 * Only create checksum string for valid checksums
+	 * Several fixes in poppler_annot_get_color()
+	
+	utils:
+	 * Link pdftoabw to abiword libs. Bug #21520
+
 Release 0.10.6
 
 	core:
diff --git a/configure.ac b/configure.ac
index dd1e8f2..27c9e21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.10.6)
+AC_INIT(poppler, 0.10.7)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
diff --git a/msvc/config.h b/msvc/config.h
index 525d7e2..aa5720d 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -32,13 +32,13 @@
 #define PACKAGE_NAME "poppler"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "poppler 0.10.6"
+#define PACKAGE_STRING "poppler 0.10.7"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "poppler"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.6"
+#define PACKAGE_VERSION "0.10.7"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.10.6"
+#define VERSION "0.10.7"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 6a49d3a..232b134 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,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.10.6
+PROJECT_NUMBER         = 0.10.7
 
 # 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