summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-10-01 21:44:58 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-10-01 21:44:58 +0200
commitd288ac9675684fe6fd0e8536a2255b8d341a8ad5 (patch)
tree3904e6b5cad94a25cbe00b6278cd04483fc4495c
parent386555257158e1d170151b40dcea6bc90111e62f (diff)
Poppler 20.10.0poppler-20.10.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS9
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 13 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5428237..2f035b8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "20")
-set(POPPLER_MINOR_VERSION_STRING "09")
+set(POPPLER_MINOR_VERSION_STRING "10")
# We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal
# So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION
string(REGEX REPLACE "^0?(.+)$" "\\1" POPPLER_MINOR_VERSION "${POPPLER_MINOR_VERSION_STRING}")
@@ -547,7 +547,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 102.0.0 SOVERSION 102)
+set_target_properties(poppler PROPERTIES VERSION 103.0.0 SOVERSION 103)
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 4b270914..defff182 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 20.10.0:
+ core:
+ * Filter out repeated forms
+ * Implement EmbedStream::reset()
+ * CairoOutputDev: evict just font faces owned solely by cache.
+ * Splash: Rename Yd to Ydown, Xu to Xup, etc.
+ * Splash: fix crash in out-of-memory situation.
+ * Fix some undefined behaviour situation with forged files
+
Release 20.09.0:
core:
* Compability fix for Forms
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 563ce4a5..35713260 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 = 20.09.0
+PROJECT_NUMBER = 20.10.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 a07f6760..cb1a4dd2 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 = 20.09.0
+PROJECT_NUMBER = 20.10.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.