[jbig2-cvs] rev 395 - trunk

giles at ghostscript.com giles at ghostscript.com
Wed Apr 27 21:31:34 PDT 2005


Author: giles
Date: 2005-04-27 21:31:34 -0700 (Wed, 27 Apr 2005)
New Revision: 395

Modified:
   trunk/CHANGES
   trunk/configure.ac
Log:
Update version and changelog for the 0.8 release.


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2005-04-06 18:45:56 UTC (rev 394)
+++ trunk/CHANGES	2005-04-28 04:31:34 UTC (rev 395)
@@ -1,9 +1,10 @@
-Version 0.8 (unreleased)
+Version 0.8 (2005 April 6)
 
  * Fix an allocation error in the page array
  * properly handle non-OR image composition operators
  * Fix a UMR bug in the compositor
  * successfully decodes ubc test streams 042_12,15,16,17,18
+ * various memory leak fixes
 
 Version 0.7 (2004 December 8)
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-04-06 18:45:56 UTC (rev 394)
+++ trunk/configure.ac	2005-04-28 04:31:34 UTC (rev 395)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.8pre], [jbig2-dev at ghostscript.com])
+AC_INIT([jbig2dec], [0.8], [jbig2-dev at ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
 



More information about the jbig2-cvs mailing list