summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2016-05-21 19:19:43 +0200
committerAlbert Astals Cid <aacid@kde.org>2016-05-21 19:19:43 +0200
commiteb20f8cc2c0dea281ae44336a8fac8cc86a99895 (patch)
tree0e4195f664ea8d7382a5085c2797d30a967809fb
parent58f56a7af99b477f39e57aed74443b6851afe15f (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--poppler/Makefile.am2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
7 files changed, 23 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 580ab039..dd81d27d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "43")
+set(POPPLER_MINOR_VERSION "44")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -501,7 +501,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else(MSVC)
add_library(poppler SHARED ${poppler_SRCS})
endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 60.0.0 SOVERSION 60)
+set_target_properties(poppler PROPERTIES VERSION 61.0.0 SOVERSION 61)
target_link_libraries(poppler LINK_PRIVATE ${poppler_LIBS})
install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/NEWS b/NEWS
index 437a1c6a..558efd81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.44.0
+ core:
+ * Fix Compile in 32bit linux. Bug #95492
+ * Splash: type 3 chars. restore the current position also in output device. Bug #95344
+ * Splash: Improve rendering of some dotted lines. Bug #84693
+ * Refactor GooString::Set(). Bug #94201
+ * Fix typo in GfxPatchMeshShading::parse
+ * Fix memory leak in PSOutputDev::filterPSLabel
+ * Fix memory leak in SignatureHandler::getDefaultFirefoxCertDB_Linux
+ * Fix potential crash in SplashOutputDev::doUpdateFont
+ * Fix potential crash in TextPage::coalesce
+ * Remove call that does nothing
+
+ utils:
+ * pdftocairo: add -antialias option. Bug #94977
+
Release 0.43.0
core:
* Implement sanity check for linearization usage. Bug #92482
diff --git a/configure.ac b/configure.ac
index 72ea87d9..8ff8ea50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define([poppler_version_major],[0])
-m4_define([poppler_version_minor],[43])
+m4_define([poppler_version_minor],[44])
m4_define([poppler_version_micro],[0])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 88075afa..8c65d6c7 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.43.0
+PROJECT_NUMBER = 0.44.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/poppler/Makefile.am b/poppler/Makefile.am
index da15c8b5..3eef543a 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -327,7 +327,7 @@ libpoppler_la_LIBADD = \
$(win32_libs)
libpoppler_la_LDFLAGS = \
- -version-info 60:0:0 \
+ -version-info 61:0:0 \
@create_shared_lib@ \
@auto_import_flags@
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 4d4f96b6..ffbaec3c 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.43.0
+PROJECT_NUMBER = 0.44.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 d2a91708..82d412c9 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.43.0
+PROJECT_NUMBER = 0.44.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.