summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-05-19 17:05:25 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-05-19 17:05:25 +0200
commitc9e2dc7ea7e098875e6b93566bdb1d14451c3673 (patch)
tree902491c419b5142b25048298254e0eceac02f580
parent921de21733816fc6cd66c70c7a4914fbfee924d6 (diff)
Poppler 0.65.0poppler-0.65.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS22
-rw-r--r--cpp/CMakeLists.txt2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
6 files changed, 28 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6d79ed2..b5a86a5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "64")
+set(POPPLER_MINOR_VERSION "65")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -490,7 +490,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 75.0.0 SOVERSION 75)
+set_target_properties(poppler PROPERTIES VERSION 76.0.0 SOVERSION 76)
if(MINGW)
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 7acec550..8e380f15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 0.65.0
+ core:
+ * SplashOutputDev: Add the invisible character check beginType3Char. Bug #106244
+ * XRef: Fix runtime undefined behaviour. Bug #105970
+ * Fix issues with malformed documents. Bug #104942, #103238
+ * Remove GooHash after replacing it by std::unordered_map
+ * Add conversion methods between GooString and std::string.
+
+ cpp:
+ * Add newline after error message
+ * Expose more image modes, add option to select mode in renderer. Bug #105558
+
+ build system:
+ * Fix compilation with libc++
+ * Small improvement to FindLIBOPENJPEG2.cmake
+
+ qt5:
+ * Add widget annot actions to FormFields
+
+ utils:
+ * pdffonts: Minor formatting changes in the man page. Bug #105194
+
Release 0.64.0
core:
* Workaround form field text not being drawn on broken files. Bug #103245
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index a08ee263..78a57be5 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -24,7 +24,7 @@ set(poppler_cpp_SRCS
)
add_library(poppler-cpp ${poppler_cpp_SRCS})
-set_target_properties(poppler-cpp PROPERTIES VERSION 0.4.0 SOVERSION 0)
+set_target_properties(poppler-cpp PROPERTIES VERSION 0.5.0 SOVERSION 0)
if(MINGW)
get_target_property(POPPLER_CPP_SOVERSION poppler-cpp SOVERSION)
set_target_properties(poppler-cpp PROPERTIES SUFFIX "-${POPPLER_CPP_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index f7f8e96c..fe1a1ae9 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.64.0
+PROJECT_NUMBER = 0.65.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 7100ebb3..38bb6b14 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -30,7 +30,7 @@ set(poppler_qt5_SRCS
ArthurOutputDev.cc
)
add_library(poppler-qt5 ${poppler_qt5_SRCS})
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.14.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.15.0 SOVERSION 1)
if(MINGW)
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 91d819a8..c43e4cec 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.64.0
+PROJECT_NUMBER = 0.65.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.