From d0d68f0925b20b44c57c9910e98bcef5e7a290fa Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 7 Nov 2010 16:56:10 +0000 Subject: 0.14.5 --- CMakeLists.txt | 2 +- NEWS | 10 ++++++++++ configure.ac | 2 +- cpp/Doxyfile | 2 +- qt4/src/Doxyfile | 2 +- 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. -- cgit v1.2.3