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 20:03:57 +00:00
2004-12-03 00:14:51 +00:00
Libpng 1.2.8 - December 3, 2004
1998-04-21 20:03:57 +00:00
2004-12-03 00:14:51 +00:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 20:03:57 +00:00
2004-11-01 20:13:40 +00:00
Changes since the last public release (1.2.7):
1999-09-17 17:27:26 +00:00
2004-11-01 20:13:40 +00: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-03 03:49:39 +00: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-13 04:04:56 +00: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 13:50:16 +00:00
Despammed mailing addresses by masking "@" with "at".
2004-11-28 00:22:29 +00:00
Added scripts/makefile.elf with supporting code in pngconf.h for symbol
versioning (John Bowler).
2004-12-03 00:14:51 +00:00
Added projects/visualc71 (Simon-pierre).
1998-04-21 20:03:57 +00:00
Send comments/corrections/commendations to
2004-11-24 13:50:16 +00: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 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P