[poppler] 3 commits - CMakeLists.txt configure.ac fofi/FoFiBase.cc msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Mar 26 12:10:42 PDT 2008


 CMakeLists.txt   |    2 +-
 NEWS             |   10 ++++++++++
 configure.ac     |    2 +-
 fofi/FoFiBase.cc |    2 +-
 msvc/config.h    |    6 +++---
 qt4/src/Doxyfile |    2 +-
 6 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 312f14f5b7be1f0d62620477222919423c3869e0
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 26 20:05:31 2008 +0100

    compile++

diff --git a/fofi/FoFiBase.cc b/fofi/FoFiBase.cc
index 1174f3a..a83b57c 100644
--- a/fofi/FoFiBase.cc
+++ b/fofi/FoFiBase.cc
@@ -14,7 +14,7 @@
 
 #include <stdio.h>
 #include "goo/gmem.h"
-#include "Error.h"
+#include "poppler/Error.h"
 #include "FoFiBase.h"
 
 //------------------------------------------------------------------------
commit 5bd750062e1fb136f77a55d1f35b2d6fabaad1b3
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 26 19:42:43 2008 +0100

    update version

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 87cf639..01a25b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.7.3")
+set(POPPLER_VERSION "0.8.0")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/configure.ac b/configure.ac
index d0f2a1e..f66e4e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.7.3)
+AC_INIT(poppler, 0.8.0)
 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 41297d0..70fa951 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.3"
+#define PACKAGE_STRING "poppler 0.8.0"
 
 /* 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.3"
+#define PACKAGE_VERSION "0.8.0"
 
 /* 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.3"
+#define VERSION "0.8.0"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 9659787..89ddef1 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.3
+PROJECT_NUMBER         = 0.8.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
commit 10d4a8b9aed51902157c04d9deea0e99d829c4f6
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 26 19:42:36 2008 +0100

    fill news

diff --git a/NEWS b/NEWS
index d5c4cbc..e4e2e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 0.8.0
+
+	* Fix caching of members in the glib frontend causing issues with rendering
+	* Change glib public api to have a correct naming
+	* Some better error handling on corner cases
+	* Check the document stream is seekable when opening it
+	* Build fixes with autotools and with cmake
+	* Fix infinite recursion on some malformed documents when consulting the fonts
+	* Fix possible crash when asking for Movie contents
+
 Release 0.7.3 (0.8 RC 2)
 
 	* Fix regression in Splash renderer


More information about the poppler mailing list