From 12a3609d99e60fd4a93eb9fbc808dc856507da51 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 12 Oct 2007 15:22:08 +0200 Subject: Bump version to 0.6.1 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- qt4/src/Doxyfile | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2555448b..219747a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Release 0.6.1 + + poppler core: + * Fix printing with different x and y scale + * Fix crash when Form Fields array contains references to non existent objects + * Fix crash in CairoOutputDev::drawMaskedImage() + * Fix embedded file description not working on some cases + + Qt4 frontend: + * Fix printing issue + * Avoid double free + * Fix memory leak when dealing with embedded files + + glib frontend: + * Fix build with --disable-cairo-output + * Do not return unknown field type for signature form fields + + build system: + * Support automake-1.10 + * More compatible sh code in qt.m4 + + utils: + * Fix build on Sun Studio compiler + Release 0.6 - CairoOutputDev fixes diff --git a/configure.ac b/configure.ac index 4bdce05c..ee5f6c10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.6) +AC_INIT(poppler, 0.6.1) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(poppler/poppler-config.h) diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 28c96499..c6b22f39 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile @@ -23,7 +23,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.6 +PROJECT_NUMBER = 0.6.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. -- cgit v1.2.3