aboutsummaryrefslogtreecommitdiff
path: root/change.log
diff options
context:
space:
mode:
authorThomas G. Lane <tgl@netcom.com>1995-03-15 00:00:00 +0000
committerDRC <information@libjpeg-turbo.org>2015-07-29 15:30:19 -0500
commita8b67c4fbbfde9b4b4e03f2dea8f4f0b1900fc33 (patch)
tree38c3f44f85dffa2162d0d80959797cf2b712bf1e /change.log
parent9ba2f5ed3649fb6de83d3c16e4dba1443aaca983 (diff)
downloadlibjpeg-turbo-a8b67c4fbbfde9b4b4e03f2dea8f4f0b1900fc33.tar.gz
The Independent JPEG Group's JPEG software v5b
Diffstat (limited to 'change.log')
-rw-r--r--change.log17
1 files changed, 17 insertions, 0 deletions
diff --git a/change.log b/change.log
index 8a7b8db0..6197001e 100644
--- a/change.log
+++ b/change.log
@@ -1,6 +1,23 @@
CHANGE LOG for Independent JPEG Group's JPEG software
+Version 5b 15-Mar-95
+---------------------
+
+Correct bugs with grayscale images having v_samp_factor > 1.
+
+jpeg_write_raw_data() now supports output suspension.
+
+Correct bugs in "configure" script for case of compiling in
+a directory other than the one containing the source files.
+
+Repair bug in jquant1.c: sometimes didn't use as many colors as it could.
+
+Borland C makefile and jconfig file work under either MS-DOS or OS/2.
+
+Miscellaneous improvements to documentation.
+
+
Version 5a 7-Dec-94
--------------------