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

33 lines
1.3 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2001-08-07 22:25:59 -05:00
Libpng 1.2.0beta5 - August 8, 2001
1998-04-21 15:03:57 -05:00
2000-05-06 14:09:57 -05:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 15:03:57 -05:00
2001-06-23 08:03:17 -05:00
Changes since the last public release (1.0.12):
1999-09-17 12:27:26 -05:00
2001-05-06 05:34:26 -05: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-18 04:54:50 -05:00
Enabled user memory function by default.
Increased png_mng_features flag from png_byte to png_uint_32.
Bumped shared-library (so-number) and dll-number to 3.
2001-06-23 08:03:17 -05:00
Updated contrib/gregbook
Updated makefile.ibmc
Added some typecasts to eliminate gcc 3.0 warnings. Changed prototypes
of png_write_oFFS width and height from png_uint_32 to png_int_32.
Updated example.c
Revised prototypes for png_debug_malloc and png_debug_free in pngtest.c
2001-08-07 22:25:59 -05:00
Revised makefile.gcmmx
Revised pnggccrd.c to conditionally compile some thread-unsafe code only
when PNG_THREAD_UNSAFE_OK is defined.
Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with
value exceeding 2^bit_depth-1
Replaced calls to fprintf(stderr,...) with png_warning() in pnggccrd.c
Removed restriction that do_invert_mono only operate on 1-bit opaque files
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