summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-10-25 23:22:11 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-10-25 23:22:11 +0200
commit1071f5f804ff53466825efdc6eff5818053f007e (patch)
tree09ed04a08fd34c621e6b4f7f1b3e185dbae0670a
parent36bd90e04f8434e51fd75901df030f0169c27df4 (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS16
-rw-r--r--cpp/Doxyfile2
-rw-r--r--glib/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 21 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4eaea26e..36f65874 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "81")
+set(POPPLER_MINOR_VERSION "82")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -497,7 +497,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 91.0.0 SOVERSION 91)
+set_target_properties(poppler PROPERTIES VERSION 92.0.0 SOVERSION 92)
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 d856bd2a..973f9691 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.82.0:
+ core:
+ * Fix not being able to open some files. Issue #832
+ * Fix crashes in malformed files
+ * Fix memory leak on broken files
+ * Minor performance improvements
+ * Minor code improvements
+
+ glib:
+ * Add poppler_document_new_from_bytes
+ * PopplerAttachment: Silence deprecation warnings for ctime/mtime
+
+ build system:
+ * pdf-inspector: Support builddir != srcdir
+ * Install Cairo* headers if Cairo has been found
+
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 94321aba..c97315cf 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.81.0
+PROJECT_NUMBER = 0.82.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index cda837f5..2781f091 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@ set(poppler_glib_generated_SRCS
${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
)
add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.14.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.15.0 SOVERSION 8)
set_target_properties(poppler-glib PROPERTIES C_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES CXX_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES VISIBILITY_INLINES_HIDDEN 1)
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index b3626f80..7f8fc599 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.81.0
+PROJECT_NUMBER = 0.82.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.