ref: b67e1875a83632bc7e43e44d0a98ccc64c030b94
parent: c49714a02996d398353fe76f51ef084dcaa99602
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Thu Apr 28 00:31:34 EDT 2005
Update version and changelog for the 0.8 release. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@395 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/CHANGES
+++ b/CHANGES
@@ -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)
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.8pre], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.8], [jbig2-dev@ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])