blob: e40b94a09bf7b0a53e65e457b873f8ba273a4e0c [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002Libpng 1.2.8 - December 3, 2004
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004This is a public release of libpng, intended for use in production codes.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05005
Glenn Randers-Pehrson16e11662004-11-01 14:13:40 -06006Changes since the last public release (1.2.7):
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05007
Glenn Randers-Pehrson16e11662004-11-01 14:13:40 -06008 Fixed bug in png_text_compress() that would fail to complete a large block.
Glenn Randers-Pehrson16e11662004-11-01 14:13:40 -06009 Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
10 strip alpha operation in png_do_strip_filler().
11 Added PNG_1_2_X definition in pngconf.h
12 #ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0)
Glenn Randers-Pehrson78067772004-11-02 21:49:39 -060013 Reduce color_type to a nonalpha type after strip alpha operation in
14 png_do_strip_filler().
Glenn Randers-Pehrson78067772004-11-02 21:49:39 -060015 Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
Glenn Randers-Pehrson878b31e2004-11-12 22:04:56 -060016 Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
17 Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
18 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
19 of data type in deflate (Cosmin).
20 Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of
21 PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING.
Glenn Randers-Pehrson5dd2b8e2004-11-24 07:50:16 -060022 Despammed mailing addresses by masking "@" with "at".
Glenn Randers-Pehrsonc3dda6d2004-11-27 18:22:29 -060023 Added scripts/makefile.elf with supporting code in pngconf.h for symbol
24 versioning (John Bowler).
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060025 Added projects/visualc71 (Simon-pierre).
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050026
27Send comments/corrections/commendations to
Glenn Randers-Pehrson5dd2b8e2004-11-24 07:50:16 -060028png-implement at ccrc.wustl.edu (subscription required; write to
29majordomo at ccrc.wustl.edu with "subscribe png-implement" in the message)
30or to glennrp at users.sourceforge.net
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050031
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060032Glenn R-P