summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-02-28 15:33:53 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-02-28 15:33:53 +0100
commit6304b0d8959fccf96b030c757d78e845d04757e4 (patch)
tree80d239ef7f9c43ab6b1f02ccaaf00e2764d2f8dd
parent9eac71862915c851c07075e3ca3af82eb9e4e775 (diff)
poppler 0.13.1poppler-0.13.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
5 files changed, 37 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 329a6dec..b57c0a8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(Threads)
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "13")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
# command line switches
diff --git a/NEWS b/NEWS
index 33e8f31e..712074d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Release 0.13.1 (0.14 Alpha 2)
+
+ core:
+ * New C++ frontend to interface with Poppler using only STL
+ * Use the right matrix for the mask in drawMaskedImage in Cairo output device. Bug #16906
+ * Fix downscaling images when document is rotated in Cairo output device. Bug #26264
+ * GooVector rewrite, old version had "unknown" origins/license
+ * Fix use after free in a error condition
+ * Improve handling of broken commands. Bug #24575
+ * Fix potential use after free in Cairo output device.
+ * Fix regression in painting. Bug #26243
+ * Improve handling of FontConfig. Bug #26544
+ * Only assume the OC is not visible if it exists and is set to no. Bug #26532
+ * Fix a potential crash in Splash font handling on out of memory conditions
+ * Implement writeImgFile for splashModeXBGR8
+ * Several speed increases (around 40% in some documents) in the Splash output device
+ * Improve printing on the Cairo output device
+ * Do not use '\' character in PostScript names
+ * Omit writing of embedded fonts into temporary files in the Cairo output device. Bug #26694
+ * Improve filtering of some images in the Cairo output device. Bugs #25268, #9860
+
+ utils:
+ * pdftoppm: Only swap w with h if rotation is 90 or 270
+
+ build system:
+ * Add POPPLER_WITH_GDK in cmake build system. Bug #26247
+ * Fix typo: "MULTITHREAD" -> "MULTITHREADED in cmake build system
+ * Wrap #include <jpeglib.h> in extern "C" to fix build. Bug #26351
+ * Add the Win32-specific ENABLE_RELOCATABLE option to cmake build system
+ * Reflect that poppler-glib needs cairo now in cmake build system
+ * Use pkgconfig to detect libpng on autotools build system
+ * Detect the need for nanosleep in solaris in cmake build system. Bug #26650
+
Release 0.13.0 (0.14 Alpha)
core:
diff --git a/configure.ac b/configure.ac
index 1f67c71c..61f0655c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([poppler_version_major],[0])
m4_define([poppler_version_minor],[13])
-m4_define([poppler_version_micro],[0])
+m4_define([poppler_version_micro],[1])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
AC_PREREQ(2.59)
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index b774e6b7..21938726 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.13.0
+PROJECT_NUMBER = 0.13.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index d803e5eb..444aa6c6 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.13.0
+PROJECT_NUMBER = 0.13.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.