CMakeLists.txt | 2 +- NEWS | 10 ++++++++++ configure.ac | 2 +- msvc/config.h | 6 +++--- qt4/src/Doxyfile | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-)
New commits: commit 10cc394082ee0bcd0cb1ac2a7bf83b88d62ca758 Author: Albert Astals Cid <[email protected]> Date: Tue Feb 10 20:31:37 2009 +0100 Poppler 0.10.4 diff --git a/CMakeLists.txt b/CMakeLists.txt index e6b2ef0..415b109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(PkgConfig) include(MacroEnsureVersion) include(MacroBoolTo01) -set(POPPLER_VERSION "0.10.3") +set(POPPLER_VERSION "0.10.4") # command line switches option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF) diff --git a/NEWS b/NEWS index d99887c..9c6b1b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Release 0.10.4 + + core: + * Fix a memory leak when asking for a document-level JS + * Do not crash in some PDF we do not parse correctly. Bug #19702 + * Fix crash on unexepcted form Opt value. Bug #19790 + + utils: + * Fix pdfimages to extract i color components per pixel jpeg images. Bug #19789 + Release 0.10.3 core: diff --git a/configure.ac b/configure.ac index a4cca17..282a24e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.10.3) +AC_INIT(poppler, 0.10.4) 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 8279f42..aa37dc9 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.10.3" +#define PACKAGE_STRING "poppler 0.10.4" /* 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.10.3" +#define PACKAGE_VERSION "0.10.4" /* Poppler data dir */ #define POPPLER_DATADIR "/usr/local/share/poppler" @@ -53,7 +53,7 @@ /* #undef USE_EXCEPTIONS */ /* Version number of package */ -#define VERSION "0.10.3" +#define VERSION "0.10.4" #define snprintf _snprintf #define unlink _unlink diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index f234de0..30c2744 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.10.3 +PROJECT_NUMBER = 0.10.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
