From a9ba550caaaf89d35f8206463e1fe0d4ecfaa161 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 29 Feb 2020 00:26:55 +0100 Subject: Poppler 0.86.0 --- CMakeLists.txt | 4 ++-- NEWS | 19 +++++++++++++++++++ cpp/Doxyfile | 2 +- qt5/src/Doxyfile | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afad5c78..f39396a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if (ECM_FOUND) endif() set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "85") +set(POPPLER_MINOR_VERSION "86") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") @@ -533,7 +533,7 @@ add_library(poppler STATIC ${poppler_SRCS}) else() add_library(poppler ${poppler_SRCS}) endif() -set_target_properties(poppler PROPERTIES VERSION 95.0.0 SOVERSION 95) +set_target_properties(poppler PROPERTIES VERSION 96.0.0 SOVERSION 96) 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 12a44d24..1380f67f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Release 0.86.0: + core: + * Fix link content exfiltration attack + * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881 + * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam + * Internal code improvements + + glib: + * Automatic handle of page's cropbox on annots. Issue #129 + * Fix memory leak if poppler_document_new_from_file fails + * Minor speed optimization on poppler_page_get_annot_mapping + + utils: + * pdfdetach: add 'savefile' option + * pdftoppm/pdftocairo: Fix more odd/even mismatch + + qt5: + * Fix loading from iodevice + Release 0.85.0: core: * Fix case unsensitive search for Deseret and Osage. Issue #853 diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 37f74e5f..6be90295 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.85.0 +PROJECT_NUMBER = 0.86.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 3a3b16d2..329d0ade 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.85.0 +PROJECT_NUMBER = 0.86.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