summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2014-01-03 00:53:37 +0100
committerAlbert Astals Cid <aacid@kde.org>2014-01-03 00:53:37 +0100
commitde9643b6f76774ebe131c4787df82dd213181c71 (patch)
tree70ebfbd75ba1049b0e605c159eb49012120d8052
parente238c1f83fd5f667336bfbb0e9a59569ff638ecc (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS19
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 23 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2eb0aa4..297cc950 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ CHECK_FILE_OFFSET_BITS()
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "25")
-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 6d5140ea..8da297e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Release 0.25.1
+ core:
+ * GooString format: Added some tests + improved documentation
+ * GooString format: fixed bug with printing LLONG_MIN
+ * regression test improvements
+
+ qt4:
+ * Arthur backend font rendering improvements
+ * test program to save to file
+
+ qt5:
+ * Arthur backend font rendering improvements
+ * Improve detection of Qt5 moc. Bug #72744
+ * test program to save to file
+
+ utils:
+ * pdfunite: Work even if there's a single file given
+ * pdfunite: do not lose fonts when merging some files
+
Release 0.25.0
core:
* Annotation improvements
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 3d51934c..ccfc3472 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.25.0
+PROJECT_NUMBER = 0.25.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 a1acf724..3aad825c 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.25.0
+PROJECT_NUMBER = 0.25.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/qt5/src/Doxyfile b/qt5/src/Doxyfile
index ced525ab..cb2b7942 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.25.0
+PROJECT_NUMBER = 0.25.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.