rev 395 - trunk

[email protected] Wed, 27 Apr 2005 21:31:34 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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)
=20
  * 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
=20
 Version 0.7 (2004 December 8)
=20

Modified: trunk/configure.ac
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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.
=20
-AC_INIT([jbig2dec], [0.8pre], [[email protected]])
+AC_INIT([jbig2dec], [0.8], [[email protected]])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
=20