CMakeLists.txt   |    2 -
 NEWS             |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac     |    2 -
 msvc/config.h    |    6 +--
 qt4/src/Doxyfile |    2 -
 5 files changed, 102 insertions(+), 6 deletions(-)

New commits:
commit 194e0ced7c38514ec3126666531862e3b29b4b77
Author: Albert Astals Cid <[EMAIL PROTECTED]>
Date:   Mon Feb 18 23:34:06 2008 +0100

    Fill NEWS and increase version number to 0.7

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97850f7..b33b2c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.6.80")
+set(POPPLER_VERSION "0.7.0")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/NEWS b/NEWS
index 2555448..90f6b96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,99 @@
+Release 0.7.0 (0.8 Beta 1)
+
+       * Saving support
+       * Partial annotation support
+       * Forms improvements
+       * Add support for ActualText entries
+       * Display characters outside of unicode BMP with TT font
+       * CJK rendering fixes
+       * Implement Adobe Glyph Naming convention for fonts
+       * CMake as optional build tool
+       * Better font scaling for non embedded fonts
+       * Preserve PDF page labels when we output as postscript
+
+Release 0.6.4
+
+       Qt4 frontend:
+        * Fix crash on links that point to a non existant page
+        * Make Document::renderHints return the correct render hints
+        * Fix infinite loop when parsing LineAnnotation
+
+       core:
+        * Fix crash in the Splash renderer when T3 fonts are badly defined
+        * Draw underlined Links correctly
+
+       utils:
+        * Fix two use after free bugs in HtmlOutputDev.cc
+
+       build system:
+        * Fix build on mingw32
+
+       tests:
+        * Distribute the glade file of pdf-inspector
+
+Release 0.6.3
+
+       core:
+        * Fix crash in extra debug code
+
+       glib frontend:
+        * Make sure passwords are passed correctly 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:
+        * Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393
+        * Fix a crash on documents with wrong CCITTFaxStream
+        * Fix a crash in the Cairo renderer with invalid embedded fonts
+        * Fix a crash with invalid TrueType fonts
+        * Check if font is inside the clip area before rendering
+          it to a temporary bitmap in the Splash renderer. Fixes crashes on
+          incorrect documents
+        * Do not use exit(1) on DCTStream errors
+        * Detect form fields at any depth level
+        * Do not generate appearance stream for radio buttons that are not 
active
+        * mingw fixes
+       
+       build system:
+        * Require fontconfig >= 2.0
+        * builddir != srcdir fixes
+       
+       Qt4 frontend:
+        * Improved documentation
+       
+       misc:
+        * Fix FSF address
+
+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 9e8e508..79f99f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6)
+AC_INIT(poppler, 0.7.0)
 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 5c92cbc..2ef6087 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.6"
+#define PACKAGE_STRING "poppler 0.7"
 
 /* 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.6"
+#define PACKAGE_VERSION "0.7"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.6"
+#define VERSION "0.7"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 80668c1..d6e00c6 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.6
+PROJECT_NUMBER         = 0.7.0
 
 # 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

Reply via email to