ref: 37e002db7ffce8121bd060c86fd9f0609879e99b
parent: 0d287050828a5878bb61e6971220d25674bae77e
author: Ralph Giles <giles@ghostscript.com>
date: Thu May 28 19:20:21 EDT 2009
Bump version after the 0.10 release.
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.11 (unreleased)
+
+ * no changes recorded
+
Version 0.10 (2009 May 28)
* Security fix for malicious symbol dictionaries CVE-2009-0196
@@ -5,8 +9,8 @@
* Dynamically allocate huffman symbol length histogram to save space
* Support aggregate symbol coding
* Work around invalid Xerox WorkCentre streams which write the
- final segment length as -1.
- * Fix an issue with huffman table runcodes.
+ final segment length as -1
+ * Fix an issue with huffman table runcodes
Version 0.9 (2006 July 27)
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [0.10], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.11pre], [jbig2-dev@ghostscript.com])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])