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

29 lines
1.3 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2001-05-18 09:54:50 +00:00
Libpng 1.2.0beta3 - May 18, 2001
1998-04-21 20:03:57 +00:00
2000-05-06 19:09:57 +00:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 20:03:57 +00:00
2001-05-14 14:20:53 +00:00
Changes since the last public release (1.0.11):
1999-09-17 17:27:26 +00:00
2001-05-14 14:20:53 +00:00
Test for Windows platform in pngconf.h when including malloc.h (Emmanuel Blot)
Updated makefile.cygwin and handling of Cygwin's ALL_STATIC in pngconf.h
Added some never-to-be-executed code in pnggccrd.c to quiet compiler warnings.
2001-05-06 10:34:26 +00:00
Enabled PNG_MNG_FEATURES_SUPPORTED and enabled PNG_ASSEMBLER_CODE_SUPPORTED
by default.
Added runtime selection of MMX features.
Added png_set_strip_error_numbers function and related macros.
2001-05-07 19:52:45 +00:00
Added a check for attempts to read or write PLTE in grayscale PNG datastreams.
2001-05-18 09:54:50 +00:00
Eliminated the png_error about apps using png_read|write_init(). Instead,
libpng will reallocate the png_struct and info_struct if they are too small.
This retains future binary compatibility for old applications written for
libpng-0.88 and earlier.
Enabled user memory function by default.
Modified png_create_struct so it passes user mem_ptr to user memory allocator.
Increased png_mng_features flag from png_byte to png_uint_32.
Bumped shared-library (so-number) and dll-number to 3.
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