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.4 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2004-12-02 18:14:51 -06:00
Libpng 1.2.8 - December 3, 2004
1998-04-21 15:03:57 -05:00
2004-12-02 18:14:51 -06:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 15:03:57 -05:00
2004-11-01 14:13:40 -06:00
Changes since the last public release (1.2.7):
1999-09-17 12:27:26 -05:00
2004-11-01 14:13:40 -06:00
Fixed bug in png_text_compress() that would fail to complete a large block.
Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
strip alpha operation in png_do_strip_filler().
Added PNG_1_2_X definition in pngconf.h
#ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0)
2004-11-02 21:49:39 -06:00
Reduce color_type to a nonalpha type after strip alpha operation in
png_do_strip_filler().
Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
2004-11-12 22:04:56 -06:00
Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
of data type in deflate (Cosmin).
Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of
PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING.
2004-11-24 07:50:16 -06:00
Despammed mailing addresses by masking "@" with "at".
2004-11-27 18:22:29 -06:00
Added scripts/makefile.elf with supporting code in pngconf.h for symbol
versioning (John Bowler).
2004-12-02 18:14:51 -06:00
Added projects/visualc71 (Simon-pierre).
1998-04-21 15:03:57 -05:00
Send comments/corrections/commendations to
2004-11-24 07:50:16 -06:00
png-implement at ccrc.wustl.edu (subscription required; write to
majordomo at ccrc.wustl.edu with "subscribe png-implement" in the message)
or to glennrp at users.sourceforge.net
1998-04-21 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P