diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-06-03 21:18:30 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-06-03 21:18:30 +0200 |
commit | 8be695d9e28240cbfd3908b087baf8eaeeaca082 (patch) | |
tree | 6a4b1d024fbd1fc4618836b68e0a1f96458e49f5 | |
parent | 76b9ea1d5b4f9c140812b491a9ac80a822ad49fb (diff) |
0.8.3poppler-0.8.3
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | msvc/config.h | 6 | ||||
-rw-r--r-- | qt4/src/Doxyfile | 2 |
5 files changed, 25 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ad4415c..c4d640f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(PkgConfig) include(MacroEnsureVersion) include(MacroBoolTo01) -set(POPPLER_VERSION "0.8.2") +set(POPPLER_VERSION "0.8.3") # command line switches option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF) @@ -1,3 +1,22 @@ +Release 0.8.3 + + Core: + * Fix crash when reading some PDF with annotations + * Fix crash on PDF that reference Optional Content elements that don't exist + * Fix leaks on error conditions + * Do not limit CharCodeToUnicodeString to 8 characters + * Support for surrogates outside the BMP plane + + Qt 3 frontend: + * Fix crash when reading PDF with password + * Fix leak when calling scanForFonts() + + Qt 4 frontend: + * Fix the text() method + + Splash renderer: + * Fix compilation with --enable-fixedpoint + Release 0.8.2 core: diff --git a/configure.ac b/configure.ac index 090d24c9..26ae25ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.8.2) +AC_INIT(poppler, 0.8.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 b6deced8..215495e3 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.2" +#define PACKAGE_STRING "poppler 0.8.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.8.2" +#define PACKAGE_VERSION "0.8.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.8.2" +#define VERSION "0.8.3" #define snprintf _snprintf #define unlink _unlink diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 15077cb8..78d63607 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.2 +PROJECT_NUMBER = 0.8.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |