libpng/ANNOUNCE

36 lines
1.5 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2002-09-15 21:30:38 -04:00
Libpng 1.2.5rc2 - September 16, 2002
1998-04-21 16:03:57 -04:00
2002-08-06 19:06:11 -04:00
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
1998-04-21 16:03:57 -04:00
2002-08-06 19:06:11 -04:00
Changes since the last public release (1.2.4):
1999-09-17 13:27:26 -04:00
2002-08-06 19:06:11 -04:00
version 1.2.4patch01 [July 20, 2002]
Revised makefile.cygwin to use DLL number 12 instead of 13.
version 1.2.5beta1 [August 6, 2002]
Added code to contrib/gregbook/readpng2.c to ignore unused chunks.
Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11)
Removed some stray *.o files from contrib/gregbook.
Changed png_error() to png_warning() about "Too much data" in pngpread.c
and about "Extra compressed data" in pngrutil.c.
Prevent png_ptr->pass from exceeding 7 in png_push_finish_row().
Updated makefile.hggcc
Updated png.c and pnggccrd.c handling of return from png_mmx_support()
2002-08-24 00:07:42 -04:00
version 1.2.5beta2 [August 15, 2002]
2002-08-15 23:02:57 -04:00
Only issue png_warning() about "Too much data" in pngpread.c when avail_in
is nonzero.
Updated makefiles to install a separate libpng.so.3 with its own rpath.
2002-09-15 21:30:38 -04:00
version 1.2.5rc1 and 1.0.15rc1 [August 24, 2002]
2002-08-24 00:07:42 -04:00
Revised makefiles to not remove previous minor versions of shared libraries.
2002-09-15 21:30:38 -04:00
version 1.2.5rc2 and 1.0.15rc2 [September 16, 2002]
Revised 13 makefiles to remove "-lz" and "-L$(ZLIBLIB)", etc., from shared
library loader directive.
Added missing "$OBJSDLL" line to makefile.gcmmx.
Added missing "; fi" to makefile.32sunu.
1998-04-21 16:03:57 -04:00
Send comments/corrections/commendations to
1999-09-17 13:27:26 -04:00
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
1998-04-21 16:03:57 -04:00
1998-12-29 12:47:59 -05:00
Glenn R-P