shithub: jbig2

Download patch

ref: f2af865a61273a6a073f171b7b6fad5fbb07d5ed
parent: 5fcdee38fa1b440f6fe4e18b3ddd71e033c0fb52
author: Chris Liddell <chris.liddell@artifex.com>
date: Fri Oct 31 09:30:04 EDT 2014

Update jbig2dec version and CHANGES file

No cluster differences

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 0.12 (2014 October 1)
+
+* Bug fix release.
+
 Version 0.11 (2010 February 2)
 
  * Support for generic regions with typical prediction (042_8.jb2)
--- a/config_win32.h
+++ b/config_win32.h
@@ -22,7 +22,7 @@
 
 /* update package version here */
 #define PACKAGE "jbig2dec"
-#define VERSION "0.11"
+#define VERSION "0.12"
 
 #if defined(_MSC_VER) || (defined(__BORLANDC__) && defined(__WIN32__))
   /* Microsoft Visual C++ or Borland C++ */
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.11], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.12], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
 
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2010 Feb 2" "Version 0.11" "jbig2dec Manual"
+.TH jbig2dec 1 "2014 Oct 31" "Version 0.12" "jbig2dec Manual"
 
 .SH NAME
 jbig2dec \- File format converter specialized in JBIG2 decoding