[poppler] 2 commits - CMakeLists.txt configure.ac msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Mar 19 13:28:19 PDT 2008


 CMakeLists.txt   |    2 +-
 NEWS             |    7 +++++++
 configure.ac     |    2 +-
 msvc/config.h    |    6 +++---
 qt4/src/Doxyfile |    2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit b7e0b740578ea1e84ac0ef850b5a03c66b2863e3
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 19 21:28:01 2008 +0100

    Fill 0.7.3 news

diff --git a/NEWS b/NEWS
index 6fce5a9..d5c4cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Release 0.7.3 (0.8 RC 2)
+
+	* Fix regression in Splash renderer
+	* Fix off-by-one write in Splash
+	* Plug some minor leaks in Optional Content code
+	* Improve error handling when creating a document in the glib frontend
+
 Release 0.7.2 (0.8 RC 1)
 
 	Major Changes:
commit 3adaff1dad8127fdd06653cf49196027ad414a08
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 19 21:27:46 2008 +0100

    Bump version to 0.7.3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 374eb06..897a884 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.7.2")
+set(POPPLER_VERSION "0.7.3")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/configure.ac b/configure.ac
index c38c8cf..4105cc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.7.2)
+AC_INIT(poppler, 0.7.3)
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/msvc/config.h b/msvc/config.h
index e8f8924..41297d0 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -32,13 +32,13 @@
 #define PACKAGE_NAME "poppler"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "poppler 0.7.2"
+#define PACKAGE_STRING "poppler 0.7.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "poppler"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.7.2"
+#define PACKAGE_VERSION "0.7.3"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.7.2"
+#define VERSION "0.7.3"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 6c33ae6..9659787 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.7.2
+PROJECT_NUMBER         = 0.7.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 


More information about the poppler mailing list