diff options
author | Albert Astals Cid <tsdgeos@bluebox.localdomain> | 2007-10-12 15:22:08 +0200 |
---|---|---|
committer | Albert Astals Cid <tsdgeos@bluebox.localdomain> | 2007-10-12 15:22:08 +0200 |
commit | 12a3609d99e60fd4a93eb9fbc808dc856507da51 (patch) | |
tree | 94b1512a4a73b1c1b40ff9ca9c387bf1afa3f8ab | |
parent | 97f4fbbab7f2dac8792fb2cfc6f1510421fede4d (diff) |
Bump version to 0.6.1poppler-0.6.1
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | qt4/src/Doxyfile | 2 |
3 files changed, 26 insertions, 2 deletions
@@ -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. |