summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-04-24 15:39:23 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-04-24 15:39:23 +0100
commitdee7cb8691528293bb5b8f266970cdb6771e301b (patch)
tree7ac6279fc207756822524a845b23a4d82f322da5
parent07864c9e2a7a32b48bdbab92c8b2f79bce1d9f5b (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
5 files changed, 35 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0725747c..1eba1fe1 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 "2")
+set(POPPLER_MICRO_VERSION "3")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
# command line switches
diff --git a/NEWS b/NEWS
index baf38d59..66f048e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Release 0.13.3 (0.14 Beta 2)
+
+ core:
+ * Fix roll optimization in the PS function interpreter
+ * Correctly parse numbers with '+' sign. Gnome bug #614549
+ * Add support for cached files
+ * Add support for reading a cached file from stdin
+ * Add HTTP support using libcurl, disabled by default
+ * Add some const correctnes to GooString
+ * Rework DCTStream error handling. Bug #26280
+ * Use current fill_opacity when drawing soft masked images in Cairo backend. Gnome bug #614915
+ * Use the topleft of the Rect of text annots to draw
+ * Fix saving update docs that have a compressed xref table. Bug #27450
+ * Parse varius part of the document catalog on demand
+ * Implement colorizing image masks with pattern colorspace in Cairo backend
+ * Fix a crash when rendering 0x0 images in Cairo backend
+ * Check pattern status after setting matrix when rendering images
+ * Improve text selection/extraction order. Bug #3188
+ * Fix pattern size when bbox is not at 0,0
+ * Improve colorizing text and masks in pattern colorspace. Bug #27482
+ * Silence some Illegal entry in bfrange block in ToUnicode CMap. Bug #27728
+
+ utils:
+ * Add the -o[dd] and -e[ven] options to pdftoppm
+ * Allow read from stdin using the new cached files feature
+ * Fix crash in pdftohtml when output filename was shorter than 5 characters
+
+ glib:
+ * Use existing cairo api when rendering to a pixbuf
+ * Compile with -DGSEAL_ENABLE. Bug #27579
+
Release 0.13.2 (0.14 Beta 1)
core:
diff --git a/configure.ac b/configure.ac
index 0a83b087..c92eac2c 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],[2])
+m4_define([poppler_version_micro],[3])
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 62fd80ab..489833ef 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.2
+PROJECT_NUMBER = 0.13.3
# 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 367a88b4..ac087fc9 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.2
+PROJECT_NUMBER = 0.13.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.