Update VERSION define in config_win32.h
Add Makefile.unix -- a simple makefile for unix-like systems.
Fix memory leak of the word stream struct.
Fix for bug 689836 and 691248.
Added test code for every line of each standard huffman tables.
try to make 'make -f base/unix-gcc.mak so' work
uint8_t type located in usual header on HP-UX needed for jbig2dec ; bug 688184
A fix for a regression introduced by r11074 (bug 690094).
A fix for 690094, "missing letters replaced by little vertical lines".
Fixed jbig2dec command getopt() parameter for -v option.
Fixed an indent. No influence on code.
A fix for 691081, 691206, and part of 690094.
Bump versioning for the 0.11 release.
The inclusion of JBIG2 in PDF 1.4 is no longer new news.
Correct a whitespace formatting issue in the usage text.
Fix a manpage grammar error.
Update change log for the 0.11 release.
Implement generic region decode with typical prediction.
Skip generic regions using TPGDON and issue a warning.
Correct bitmap offsets when setting transposed text.
Make -v print only info-level messages by default.
Improve grammar in the usage message.
Update the COPYING file to the text of the GPLv3.
Have the scons build automatically determine the version string.
Update the version number in the scons build description.
Remove the include of ~/.jamrules.
The jam build no longer requires a config.h.
Remove _parse_ from the segment decode routines.
Add prototypes for the publicly referenced halftone functions.
Build optimized with debugging symbols and all warnings under jam.
Fix a typo in a debug statement.
Clone and release the page images returned to the client.
Check more return codes from jbig2_image_new().
Check for NULL before freeing metadata or symbol segment results.
Document that jbig2_data_in() can return -1 on fatal errors.
Check the return code from jbig2_data_in().
Add the jbig2dec manpage to the automake install and dist targets.
Add a manpage for the jbig2dec example client.
Build a shared library with GNU libtool.
Initialize the pattern dict data offset to zero before first use.
Bump version after the 0.10 release.
Set release date and package version for the 0.10 release.
Add some missing files to the automake build for distribution.
Update changes with major points since the last release.
Bounds check exported symbol run-lengths. CVE-2009-0196.
Fix the jam build to work without config.h.
Provide fallbacks in jbig2dec.c if PACKAGE and VERSION aren't defined.
Add a missing include in the halftone code.
Check the return value of sscanf when parsing pbm dimensions.
Move an eof check out of a while loop where it was never called.
Ask git to ignore normal build products.
Correct a typo in a debug message.
Close the output pbm file after writing to it.
Rename a local variable to avoid shadowing a function argument.
Remove unnecessary header includes.
Remove an unnecessary header include.
Restore the proper size of the huffman symbol length histogram.
Dynamically allocate and initialize the huffman symbol length histogram.
Initialize Jbig2TextRegionParams.sbrat even when it is not used.
Only define vnsprintf on MSVC versions prior to 9.
Protect refinement debug image dumps from the normal debug build.
Add the (unfinished) halftone source to the Jam build.
Update the contact address in the file headers.
Regularize the headers and clean up some additional whitespace.
Remove Id and other svn keyword substitution lines.
Work around broken streams created by Xerox WorkCentre products, where
More whitespace cleanup.
Only check for a code length antecedent under RUNCODE32. RUNCODE33 and
Clean up trailing whitespace.
Runcodes 33 and 34 repeat a zero code length symbol id, not the previous
Support for aggregate symbol coding, patch from Ghostscript trunk.
Windows build fixes. Patch from Ghostscript trunk.
Update copyright headers. Ownership has been transferred
Set eol-style on the source files.
Change the license from GPLv2 to GPLv2 or later.
Set appropriate ignores.
Remove some gcc warnings.
Update autogen.sh to detect automake 1.10 and later.
Add AM_PROG_CC_C_O as requested by automake 1.10.
Add a new header for declaring the public text region functions.
Export jbig2_decode_text_region() for use in aggregate symbol encoding
Rewrite the test script to use a custom test class.
Bump version number, post release.
Update version info for the 0.9 release.
Correct a typo resulting in inproper glyph placement with transposed text and a top left reference corner. Fixes bug 688645.
Update my email address; artofcode.com no longer works.
Correct an invalid return value. Thanks to Leonardo for pointing this
Update changelog.
The SBDSOFFSET field is a *signed* 5 bit integer, so we need to sign
Add -DJBIG2_DEBUG to the default scons build.
Fix data for Huffman table B.12.
Correct an operator precedence bug that was corrupting reading of uncompressed
Promote artimetic debug printout code to JBIG2_DECODE_ARITH from
Handle immediate lossless generic regions the same as immediate generic