diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-07-28 22:13:36 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-07-28 22:13:36 +0200 |
commit | 2f6d1f10bb6e1d0fe062112eff705420f98e6c30 (patch) | |
tree | 432a8cad2ee78538390f23bbff286fd12c6cb27d | |
parent | 633b5524366ad4c1ead961947eba048db1b180dc (diff) |
Poppler 0.8.5poppler-0.8.5
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | msvc/config.h | 6 | ||||
-rw-r--r-- | qt4/src/Doxyfile | 2 |
5 files changed, 22 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2929ccef..987acf3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(PkgConfig) include(MacroEnsureVersion) include(MacroBoolTo01) -set(POPPLER_VERSION "0.8.4") +set(POPPLER_VERSION "0.8.5") # command line switches option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF) @@ -1,3 +1,19 @@ +Release 0.8.5 + + Core: + * Fix crash on PDF that define a page thumbnail but it's not a Stream + * Fix crash when Annots object is not of the desired type + * Fix crash when obtaining fonts in PDF where XObjects link themselves in loops + * Fix crash on documents with an IRT object + * Saving should work much better now + * Plug some memory leaks in Annotation handling + + Utils: + * pdftohtml: Don't crash on documents that specify an invalid named dest for a link + * pdftohtml: Make html output to keep all the spaces with + * pdftohtml: Improve a bit text layout + * pdftohtml: Make xml output valid xml + Release 0.8.4 Core: diff --git a/configure.ac b/configure.ac index e445b678..ab511c5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.8.4) +AC_INIT(poppler, 0.8.5) 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 dcc83ac3..ff930ef6 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.4" +#define PACKAGE_STRING "poppler 0.8.5" /* 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.4" +#define PACKAGE_VERSION "0.8.5" /* 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.4" +#define VERSION "0.8.5" #define snprintf _snprintf #define unlink _unlink diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index f05286ed..65b88721 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.4 +PROJECT_NUMBER = 0.8.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |