1998-04-21 20:03:57 +00:00
|
|
|
|
2001-12-04 12:30:43 +00:00
|
|
|
Libpng 1.2.1rc2 - December 4, 2001
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2001-10-27 12:35:13 +00: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 20:03:57 +00:00
|
|
|
|
2001-10-19 01:55:13 +00:00
|
|
|
Changes since the last public release (1.2.0):
|
1999-09-17 17:27:26 +00:00
|
|
|
|
2001-10-27 12:35:13 +00:00
|
|
|
version 1.2.1beta1 [October 19, 2001]
|
2001-10-19 01:55:13 +00:00
|
|
|
Revised makefile.std in contrib/pngminus
|
|
|
|
Include background_1 in png_struct regardless of gamma support.
|
|
|
|
Revised makefile.netbsd and makefile.macosx, added makefile.darwin.
|
|
|
|
Revised example.c to provide more details about using row_callback().
|
2001-10-27 12:35:13 +00:00
|
|
|
version 1.2.1beta2 [October 25, 2001]
|
2001-10-25 03:01:19 +00:00
|
|
|
Added type cast to each NULL appearing in a function call, except for
|
|
|
|
WINCE functions.
|
2001-10-27 12:35:13 +00:00
|
|
|
Added makefile.so9.
|
|
|
|
version 1.2.1beta3 [October 27, 2001]
|
|
|
|
Removed type casts from all NULLs.
|
|
|
|
Simplified png_create_struct_2().
|
2001-11-07 13:10:08 +00:00
|
|
|
version 1.2.1beta4 [November 7, 2001]
|
|
|
|
Revised png_create_info_struct() and png_creat_struct_2().
|
|
|
|
Added error message if png_write_info() was omitted.
|
|
|
|
Type cast NULLs appearing in function calls when _NO_PROTO or
|
|
|
|
PNG_TYPECAST_NULL is defined.
|
2001-11-24 20:53:31 +00:00
|
|
|
version 1.2.1rc1 [November 24, 2001]
|
|
|
|
Type cast NULLs appearing in function calls except when PNG_NO_TYPECAST_NULL
|
|
|
|
Changed typecast of "size" argument to png_size_t in pngmem.c calls to
|
|
|
|
the user malloc_fn, to agree with the prototype in png.h
|
|
|
|
Added a pop/push operation to pnggccrd.c, to preserve Eflag (Maxim Sobolev)
|
|
|
|
Updated makefile.sgi to recognize LIBPATH and INCPATH.
|
|
|
|
Updated various makefiles so "make clean" does not remove previous major
|
|
|
|
version of the shared library.
|
2001-12-04 12:30:43 +00:00
|
|
|
version 1.2.1rc2 [December 4, 2001]
|
|
|
|
Added a pop/push operation to pngvcrd.c, to preserve Eflag.
|
|
|
|
Always allocate 256-entry internal palette, hist, and trans arrays, to
|
|
|
|
avoid out-of-bounds memory reference caused by invalid PNG datastreams.
|
|
|
|
Added a check for prefix_length > data_length in iCCP chunk handler.
|
1998-04-21 20:03:57 +00:00
|
|
|
|
|
|
|
Send comments/corrections/commendations to
|
1999-09-17 17:27:26 +00:00
|
|
|
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
|
1998-04-21 20:03:57 +00:00
|
|
|
|
1998-12-29 17:47:59 +00:00
|
|
|
Glenn R-P
|