shithub: jbig2

Download patch

ref: 0d287050828a5878bb61e6971220d25674bae77e
parent: 29d7c56e2aea052d51f33820a3f68f4e4a636c08
author: Ralph Giles <giles@ghostscript.com>
date: Thu May 28 17:49:29 EDT 2009

Set release date and package version for the 0.10 release.

--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Version 0.10 (unreleased)
+Version 0.10 (2009 May 28)
 
  * Security fix for malicious symbol dictionaries CVE-2009-0196
  * Fix various resource leaks and error handling issues
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.10pre], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.10], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])