diff options
author | Albert Astals Cid <aacid@kde.org> | 2007-12-12 20:41:10 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2007-12-12 20:41:10 +0100 |
commit | 9d1739a87a7b993f1075fc576ebb6c30363f80f7 (patch) | |
tree | 3a4c0fc180e354470c09c187fe566b0c61f85986 | |
parent | 7d995a2735cbf39a5c4f9e3458c73b5290dcaa79 (diff) |
Release 0.6.3
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | qt4/src/Doxyfile | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +Release 0.6.3 + + core: + * Fix crash in extra debug code + + glib frontend: + * Make sure passwords are passed in latin1 to poppler core + + Qt frontend: + * Fix crash on documents that specify an empty date + + build system: + * Disable gtk tests if the user disabled glib frontend + Release 0.6.2 poppler core: diff --git a/configure.ac b/configure.ac index 204d1eb4..51d5ddba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.6.2) +AC_INIT(poppler, 0.6.3) 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 19a0fa87..53f0bb34 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.2 +PROJECT_NUMBER = 0.6.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |