summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-11-07 16:56:10 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-11-07 16:56:10 +0000
commitd0d68f0925b20b44c57c9910e98bcef5e7a290fa (patch)
treec602c189e2a4fccdd4dc26f78913f6810fcfa0a4
parent6538841ecbde2ff267dde27c065fb23b0f7470e6 (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
5 files changed, 14 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58b547b4..746377e7 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 040116f7..5d6f059a 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 e6c72a9a..6f4ae571 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 9c56ac96..0da48467 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 0dccfc31..a45e9840 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.