[poppler] CMakeLists.txt configure.ac msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Aug 18 12:24:27 PDT 2009


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

New commits:
commit 365683d5faea6e0a7570b139d1f3366c22271f8e
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Aug 18 21:18:13 2009 +0200

    0.11.3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6854308..fbd608a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ include(MacroBoolTo01)
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "11")
-set(POPPLER_MICRO_VERSION "2")
+set(POPPLER_MICRO_VERSION "3")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 # command line switches
diff --git a/NEWS b/NEWS
index 2abce69..0a45463 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 0.11.3 (0.12 RC 1)
+
+	core:
+	 * Optimization in the Cairo renderer for some fonts
+	 * Do not apply masks when fill color space mode is csPattern in the Cairo renderer. Bug #22216
+	 * Check for overflow when parsing integers. Bug #23078
+	 * Do not save the font file twice for FreeType fonts in the Cairo renderer. Bug #20491
+	 * Use current fill_opacity when drawing images in the Cairo renderer
+	 * Fix alpha rendering in some files in the Splash renderer. Bug #22143, #22152
+	 * Implement tiling patterns in the Cairo renderer
+	 * When converting a cm matrix to PS write 4 significant digits for numbers < 1 not 4 decimals. Bug #23332
+	 * Fix changing of locale, now poppler no longer changes LC_NUMERIC to "C"
+	 * Return PDF version as two integers instead of as a double
+	
+	Qt4:
+	 * Addition of the Color Management API
+	 * Small fix to documentation
+	 * Fix backwards text search
+	
+	utils:
+	 * Add the -png flag to pdftoppm to output to PNG
+
 Release 0.11.2 (0.12 Beta 2)
 
 	core:
diff --git a/configure.ac b/configure.ac
index 11d16ee..3d53bb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([poppler_version_major],[0])
 m4_define([poppler_version_minor],[11])
-m4_define([poppler_version_micro],[2])
+m4_define([poppler_version_micro],[3])
 m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
 
 AC_PREREQ(2.59)
diff --git a/msvc/config.h b/msvc/config.h
index a3bf753..a8ff352 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.11.2"
+#define PACKAGE_STRING "poppler 0.11.3"
 
 /* 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.11.2"
+#define PACKAGE_VERSION "0.11.3"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.11.2"
+#define VERSION "0.11.3"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 3707e06..c1a41ee 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.11.2
+PROJECT_NUMBER         = 0.11.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