shithub: jbig2

Download patch

ref: 58b513e3ec60feac13ea429c4aff12ea8a8de91d
parent: fa1bd62f45b780d5c8cbadaf66a25b03688590c5
author: Ralph Giles <giles@ghostscript.com>
date: Tue Feb 2 06:09:54 EST 2010

Bump versioning for the 0.11 release.

The libtool shared library versioning starts with this release.

diff: cannot open a/jbig2dec-0.11//null: file does not exist: 'a/jbig2dec-0.11//null'
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Version 0.11 (unreleased)
+Version 0.11 (2010 February 2)
 
  * Support for generic regions with typical prediction (042_8.jb2)
  * Correct bitmap offsets with transposed text (042_19.jb2)
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [0.11pre], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [0.11], [jbig2-dev@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
 
--- a/jbig2dec-0.11/CHANGES
+++ /dev/null
@@ -1,79 +1,0 @@
-Version 0.11 (2010 February 2)
-
- * Support for generic regions with typical prediction (042_8.jb2)
- * Correct bitmap offsets with transposed text (042_19.jb2)
- * Autotools build now uses libtool and provides a shared library
- * Manpage for jbig2dec
- * Code cleanup and robustness fixes
-
-Version 0.10 (2009 May 28)
-
- * Security fix for malicious symbol dictionaries CVE-2009-0196
- * Fix various resource leaks and error handling issues
- * 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
-
-Version 0.9 (2006 July 27)
-
- * striped page support
- * successfully decodes ubc test streams 042_9, 042_20
-
-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)
-
- * properly initialize page buffers
- * refinement region handling
- * successfully decodes ubc test streams 042_21, 042_22 and 042_23
- * generic region template 3 handling with arbitrary AT locations
- * successfully decodes ubc test streams 042_6 and 042_7
- 
-Version 0.6 (2003 December 31)
-
- * minor portability fix for cygwin
-
-Version 0.5 (2003 December 4)
-
- * compiler warning fixes
- * Properly handle the export specification for symbol
-   dictionaries.
- * successfully decodes multipage documents from the
-   Adobe encoder.
-
-Version 0.4 (released 2003 August 1)
-
- * redid license header to simplify relabelling for commercial 
-   distribution, borrowing from Ghostscript.
-
-Version 0.3 (released 2003 May 20)
-
- * win32 portability fixes related to ghostscript integration
- * generic mmr region support
- * successfully decodes ubc test stream 042_3
-
-Version 0.2 (released 2003 April 17)
-
- * portability fixes
- * support for metadata extension segments (latin-1 only)
- * decodes single-page documents from the Adobe encoder
- * various other bugfixes
-
-Version 0.1 (released 2002 August 6)
-
- * decodes artithmetic and huffman-coded generic regions
-    - some templates not working
- * decodes arithmetic symbol dictionaries
- * decodes artithmetic text regions
- * successfully decodes ubc test streams 042_1,2,4,5 and 10.
- * successfully decodes CVision embedded bitstream str-p39
- * regression testing harness based on SHA-1 hashes of known files
-
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2009 June 17" "Version 0.10" "jbig2dec Manual"
+.TH jbig2dec 1 "2010 Feb 2" "Version 0.11" "jbig2dec Manual"
 
 .SH NAME
 jbig2dec \- File format converter specialized in JBIG2 decoding