summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-01-29 23:26:58 +0100
committerAlbert Astals Cid <aacid@kde.org>2020-01-29 23:26:58 +0100
commit2df04a397d51af7a50e0a11179b04503db2b2f10 (patch)
treef85f6548217a02c4fcac215ebac5d4252cb48250
parent2acfe30b35377447be80f9d06e2402d7aeaacdb2 (diff)
Poppler 0.85.0poppler-0.85.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS21
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 26 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89be5ec0..afad5c78 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "84")
+set(POPPLER_MINOR_VERSION "85")
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 94.0.0 SOVERSION 94)
+set_target_properties(poppler PROPERTIES VERSION 95.0.0 SOVERSION 95)
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 c8a71e0f..12a44d24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Release 0.85.0:
+ core:
+ * Fix case unsensitive search for Deseret and Osage. Issue #853
+ * Fix crash in unicodeToAscii7
+ * CairoOutputDev: make initialisation thread-safe
+ * Fix crash on broken files. Issues #869, #870
+ * Internal code improvements
+
+ utils:
+ * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873
+ * pdftohtml: Fix issue with the font size sometimes being huge
+
+ qt5:
+ * Fix FormField::name encoding
+ * Accept UTF-16 uiNames for form fields
+ * Fix search for "complex" characters
+ * Allow to load document from QIODevice
+
+ glib:
+ * make the frontend initialization thread safe.
+
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 8f41064d..37f74e5f 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.84.0
+PROJECT_NUMBER = 0.85.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/CMakeLists.txt b/qt5/src/CMakeLists.txt
index b22bd40d..f7c99248 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -40,7 +40,7 @@ set(poppler_qt5_SRCS
poppler-version.cpp
)
add_library(poppler-qt5 ${poppler_qt5_SRCS})
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.21.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.22.0 SOVERSION 1)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 41b00a2c..3a3b16d2 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.84.0
+PROJECT_NUMBER = 0.85.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.