summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2016-03-16 23:40:00 +0100
committerAlbert Astals Cid <aacid@kde.org>2016-03-16 23:40:00 +0100
commitf8ff943650e7e2a4cb836be43bf04907a5e156fc (patch)
treeee8cc0e644f81b89124c9a0944bd6c7be93efed5
parentef21f651a4af801502d6b4b4f7258d54f14e7aea (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--Makefile.am1
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--poppler/Makefile.am4
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
8 files changed, 37 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07d9eb29..d3858932 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "41")
+set(POPPLER_MINOR_VERSION "42")
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 58.0.0 SOVERSION 58)
+set_target_properties(poppler PROPERTIES VERSION 59.0.0 SOVERSION 59)
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/Makefile.am b/Makefile.am
index 691512f4..9540b6ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,6 +88,7 @@ EXTRA_DIST += \
cmake/modules/FindIconv.cmake \
cmake/modules/FindLCMS.cmake \
cmake/modules/FindLCMS2.cmake \
+ cmake/modules/FindNSS3.cmake \
cmake/modules/FindQt4.cmake \
cmake/modules/GObjectIntrospectionMacros.cmake \
cmake/modules/MacroBoolTo01.cmake \
diff --git a/NEWS b/NEWS
index 22f7e54d..19812f9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,33 @@
Release 0.41.0
core:
+ * Add the support for version 5 + revision 6 documents. Bug #85368
+ * Add initial support for Signature handling
+ * Initialize gamut mapping multipliers in ::copy() functions. Bug #90697
+ * Implement jpx streams support with depth < 8
+ * Handle SMaskInData = 0 for JPX encoded images. Bug #93468
+ * Fix rendering of some broken PDF files. Bug #92508
+ * PSOutputDev: Support for LZW encoding
+ * PSOutputDev: Add support for Flate compression in Level 3 output.
+ * SplashOuputDev: Implement function shading. Bug #94441
+ * SplashOuputDev: Improve rendering of some non embedded fonts. Bug #94054
+ * SplashOuputDev: Fall back to Gfx implementation of tiling pattern if repetition rate is small. Bug #90596
+ * SplashOuputDev: Implementation of Matte entries in softmasks of softmasked images. Bug #22473
+ * SplashOuputDev: assure line width > 0 in case of text stroke. Bug #94038
+ * TextOuputDev: Cache result of inner loop in visitDepthFirst. Bug #77087
+ * Avoid attempting a tiling pattern fill with a singular transform matrix
+
+ utils:
+ * pdfinfo: Add option to show document structure
+ * pdfsig: New command that gives information about signature
+
+ qt4:
+ * Fix bug in links to remote documents getting the page number wrong sometimes
+
+ qt5:
+ * Fix bug in links to remote documents getting the page number wrong sometimes
+
+Release 0.41.0
+ core:
* CairoOutputDev: add missing font types (fontCIDType0COT and fontTrueTypeOT). Bug #93559
* SplashOutputDev: Adjust limit check and check in addition bitmap pointer. Bug #94053
diff --git a/configure.ac b/configure.ac
index 8cc9044c..57639ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define([poppler_version_major],[0])
-m4_define([poppler_version_minor],[41])
+m4_define([poppler_version_minor],[42])
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 beb3961e..70cb343c 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.41.0
+PROJECT_NUMBER = 0.42.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 de6748b3..df64dbfa 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -89,7 +89,7 @@ nss_libs = \
nss_includes = \
$(NSS3_CFLAGS)
-nss_headers =
+nss_headers = \
SignatureHandler.h
endif
@@ -327,7 +327,7 @@ libpoppler_la_LIBADD = \
$(win32_libs)
libpoppler_la_LDFLAGS = \
- -version-info 58:0:0 \
+ -version-info 59:0:0 \
@create_shared_lib@ \
@auto_import_flags@
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index a272f630..41bc8e4f 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.41.0
+PROJECT_NUMBER = 0.42.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 4236e3d4..9e4df285 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.41.0
+PROJECT_NUMBER = 0.42.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.