blob: a2ec644f1d1cb1b04dd901e5e262a96b2c29c2cd [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -05002Libpng 1.2.6beta1 - October 22, 2002
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -05004This is not intended to be a public release. It will be replaced
5within a few weeks by a public version or by another test version.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05006
Glenn Randers-Pehrson859665d2002-08-06 18:06:11 -05007Changes since the last public release (1.2.4):
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05008
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -05009version 1.2.4patch01 [July 20, 2002]
Glenn Randers-Pehrson859665d2002-08-06 18:06:11 -050010 Revised makefile.cygwin to use DLL number 12 instead of 13.
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050011version 1.2.5beta1 [August 6, 2002]
Glenn Randers-Pehrson859665d2002-08-06 18:06:11 -050012 Added code to contrib/gregbook/readpng2.c to ignore unused chunks.
13 Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11)
14 Removed some stray *.o files from contrib/gregbook.
15 Changed png_error() to png_warning() about "Too much data" in pngpread.c
16 and about "Extra compressed data" in pngrutil.c.
17 Prevent png_ptr->pass from exceeding 7 in png_push_finish_row().
18 Updated makefile.hggcc
19 Updated png.c and pnggccrd.c handling of return from png_mmx_support()
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050020version 1.2.5beta2 [August 15, 2002]
Glenn Randers-Pehrson8a7df002002-08-15 22:02:57 -050021 Only issue png_warning() about "Too much data" in pngpread.c when avail_in
22 is nonzero.
23 Updated makefiles to install a separate libpng.so.3 with its own rpath.
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050024version 1.2.5rc1 and 1.0.15rc1 [August 24, 2002]
Glenn Randers-Pehrson51d92502002-08-23 23:07:42 -050025 Revised makefiles to not remove previous minor versions of shared libraries.
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050026version 1.2.5rc2 and 1.0.15rc2 [September 16, 2002]
Glenn Randers-Pehrson865f4f02002-09-15 20:30:38 -050027 Revised 13 makefiles to remove "-lz" and "-L$(ZLIBLIB)", etc., from shared
28 library loader directive.
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050029 Added missing "$OBJSDLL" line to makefile.gcmmx.
30 Added missing "; fi" to makefile.32sunu.
31version 1.2.5rc3 and 1.0.15rc3 [September 18, 2002]
Glenn Randers-Pehrson5ff38d32002-09-17 23:38:46 -050032 Revised libpng-config script.
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050033version 1.2.5 and 1.0.15 [October 3, 2002]
34 Revised makefile.macosx, makefile.darwin, makefile.hpgcc, and makefile.hpux,
35 and makefile.aix.
Glenn Randers-Pehrson0cc2f952002-10-03 06:32:37 -050036 Relocated two misplaced PNGAPI lines in pngtest.c
Glenn Randers-Pehrsonc33ab4e2002-10-22 08:28:43 -050037version 1.2.6beta1 [October 22, 2002]
38 Commented out warning about uninitialized mmx_support in pnggccrd.c.
39 Changed "IBMCPP__" flag to "__IBMCPP__" in pngconf.h.
40 Added missing backslashes in makefile.dec.
41 Fixed install-shared target dependency in makefile.32sunu.
42 Revised makefile.dec, makefile.macosx, makefile.aix, makefile sg*,
43 makefile.hp*, makefile.beos, makefile.*sunu (only affecting LDFLAGS
44 used in running pngtest).
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050045
46Send comments/corrections/commendations to
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050047png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050048
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060049Glenn R-P