[poppler] Branch 'poppler-0.14' - CMakeLists.txt configure.ac cpp/Doxyfile NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 7 08:57:08 PST 2010


 CMakeLists.txt   |    2 +-
 NEWS             |   10 ++++++++++
 configure.ac     |    2 +-
 cpp/Doxyfile     |    2 +-
 qt4/src/Doxyfile |    2 +-
 5 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit d0d68f0925b20b44c57c9910e98bcef5e7a290fa
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Nov 7 16:56:10 2010 +0000

    0.14.5

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58b547b..746377e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(Threads)
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "14")
-set(POPPLER_MICRO_VERSION "4")
+set(POPPLER_MICRO_VERSION "5")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 # command line switches
diff --git a/NEWS b/NEWS
index 040116f..5d6f059 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 0.14.5
+
+	core:
+	 * Fix calculation of the size of some pages (Bug #30784)
+	 * Fix crash in the Cairo backend in documents with invalid type 3 fonts
+	 * Fix crashes in broken documents
+
+	build system:
+	 * Remove -ansi flag for cywin and mingw
+
 Release 0.14.4
 
 	core:
diff --git a/configure.ac b/configure.ac
index e6c72a9..6f4ae57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([poppler_version_major],[0])
 m4_define([poppler_version_minor],[14])
-m4_define([poppler_version_micro],[4])
+m4_define([poppler_version_micro],[5])
 m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
 
 AC_PREREQ(2.59)
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 9c56ac9..0da4846 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = "Poppler CPP"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.14.4
+PROJECT_NUMBER         = 0.14.5
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 0dccfc3..a45e984 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.14.4
+PROJECT_NUMBER         = 0.14.5
 
 # 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