From e0eb356d85e2b43751af6ea7ccd753833f8f967c Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 21 Apr 2019 11:46:39 +0200 Subject: poppler 0.76.0 --- CMakeLists.txt | 4 ++-- NEWS | 18 ++++++++++++++++++ cpp/Doxyfile | 2 +- qt5/src/Doxyfile | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c7c9622..4630dfd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if (ECM_FOUND) endif() set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "75") +set(POPPLER_MINOR_VERSION "76") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") @@ -491,7 +491,7 @@ add_library(poppler STATIC ${poppler_SRCS}) else() add_library(poppler ${poppler_SRCS}) endif() -set_target_properties(poppler PROPERTIES VERSION 86.0.0 SOVERSION 86) +set_target_properties(poppler PROPERTIES VERSION 87.0.0 SOVERSION 87) if(MINGW AND BUILD_SHARED_LIBS) get_target_property(POPPLER_SOVERSION poppler SOVERSION) set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}") diff --git a/NEWS b/NEWS index 93d15b21..cfe930a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Release 0.76.0: + core: + * Fix regression on case-insensitive search. Issue #743 + * Remove GooList, use std::vector instead + * Fix radiobutton reporting wrong state. Issue #159 + * Handle UTF16-LE strings + * Don't error out if there's no DA in FreeText annotation + * cairo: Compute correct coverage values for box filter. + * cairo: Constrain number of cycles in rescale filter. + * Read more fields from ViewerPreferences + * Introduce and use Ref::INVALID + * Fix crashes in broken files + * Fix mismatched free/delete + * Add missing include guards + + utils: + * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 + Release 0.75.0: core: * Fix rendering of some annotations diff --git a/cpp/Doxyfile b/cpp/Doxyfile index a0ac36a4..b08d58ee 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.75.0 +PROJECT_NUMBER = 0.76.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile index b9959cb6..5b691f81 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.75.0 +PROJECT_NUMBER = 0.76.0 # 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