diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-09-02 00:09:34 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-09-02 00:09:34 +0200 |
commit | 6062e0efed473541d5ac8c94a4e166e5aaa2544a (patch) | |
tree | 28e46c6b759e6662c9628743ed2e29a34f46ceeb | |
parent | 679a2da8206320d43a60e8f256a0a571350b5d94 (diff) |
poppler 0.8.7poppler-0.8.7
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | msvc/config.h | 6 | ||||
-rw-r--r-- | qt4/src/Doxyfile | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 59915017..6dd2998f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(PkgConfig) include(MacroEnsureVersion) include(MacroBoolTo01) -set(POPPLER_VERSION "0.8.6") +set(POPPLER_VERSION "0.8.7") # command line switches option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF) @@ -1,3 +1,9 @@ +Release 0.8.7 + + Core: + * Fix regression in Form rendering + * Fix memory leak in the cairo backend + Release 0.8.6 Core: diff --git a/configure.ac b/configure.ac index 57845cae..a7109c79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.8.6) +AC_INIT(poppler, 0.8.7) 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 b1613d00..70d5d7ea 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.8.6" +#define PACKAGE_STRING "poppler 0.8.7" /* 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.8.6" +#define PACKAGE_VERSION "0.8.7" /* Poppler data dir */ #define POPPLER_DATADIR "/usr/local/share/poppler" @@ -53,7 +53,7 @@ /* #undef USE_EXCEPTIONS */ /* Version number of package */ -#define VERSION "0.8.6" +#define VERSION "0.8.7" #define snprintf _snprintf #define unlink _unlink diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 55088d6d..6c5ce9e6 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.8.6 +PROJECT_NUMBER = 0.8.7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |