summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-11-01 10:16:38 +0100
committerAlbert Astals Cid <aacid@kde.org>2021-11-01 10:16:38 +0100
commit76f4d2e764f0fdb089678d1db3967391eb2f4077 (patch)
tree5f34bb2a304778c404b5c22505e76fd01dd585e1
parent352170ad66fe14c1d1dc9435be7f5770710db9c3 (diff)
Poppler 21.11.0poppler-21.11.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS21
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 26 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5048fc3f..f5ecfcea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "10")
+set(POPPLER_MINOR_VERSION_STRING "11")
# 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}")
@@ -589,7 +589,7 @@ else()
add_library(poppler ${poppler_SRCS})
endif()
generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 114.0.0 SOVERSION 114)
+set_target_properties(poppler PROPERTIES VERSION 115.0.0 SOVERSION 115)
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 7ee9ce80..1cf18984 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Release 21.11.0:
+ core:
+ * Fix rendering of some non-standard confirming annotations
+ * Support rendering of some non-standard Type3 charprocs. Issue #1150
+ * TextOutputDev: Respect orientation when selecting words. Issue #499
+ * CairoOutputDev: Don't override the antialias settings from the cairo_t
+ * StructElement: support MCID in XObjects
+ * Fix detection of monospace fonts
+ * Ignore Adobe-Identity for non embedded CID fonts
+ * PageLabelInfo::labelToIndex: work on some special no style intervals
+ * Fix crash in malformed files
+ * Minor code improvements
+
+ utils:
+ * pdfinfo: add -url option to print all URLs in a PDF
+ * pdftohtml: document what zoom means in regard to DPI
+
+ qt6:
+ * Require Qt 6.1
+ * Minor code improvements
+
Release 21.10.0:
core:
* Add support for setting custom stamp annotations
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 6828895e..3b919fa6 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 = 21.10.0
+PROJECT_NUMBER = 21.11.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 af5d0bd7..7f8e48df 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 = 21.10.0
+PROJECT_NUMBER = 21.11.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/qt6/src/Doxyfile b/qt6/src/Doxyfile
index e540e6ac..be3b8b7f 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt6"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 21.10.0
+PROJECT_NUMBER = 21.11.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.