This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

31 lines
1.1 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2001-11-07 07:10:08 -06:00
Libpng 1.2.1beta4 - November 7, 2001
1998-04-21 15:03:57 -05:00
2001-10-27 07:35:13 -05: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 15:03:57 -05:00
2001-10-18 20:55:13 -05:00
Changes since the last public release (1.2.0):
1999-09-17 12:27:26 -05:00
2001-10-27 07:35:13 -05:00
version 1.2.1beta1 [October 19, 2001]
2001-10-18 20:55:13 -05: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 07:35:13 -05:00
version 1.2.1beta2 [October 25, 2001]
2001-10-24 22:01:19 -05:00
Added type cast to each NULL appearing in a function call, except for
WINCE functions.
2001-10-27 07:35:13 -05: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 07:10:08 -06: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.
1998-04-21 15:03:57 -05:00
Send comments/corrections/commendations to
1999-09-17 12:27:26 -05:00
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
1998-04-21 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P