libpng/ANNOUNCE

61 lines
1.8 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2007-10-04 07:53:30 -04:00
Libpng 1.2.21 - October 4, 2007
1998-04-21 16:03:57 -04:00
2007-10-04 07:53:30 -04:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 16:03:57 -04:00
2006-02-22 10:19:25 -05:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2007-10-04 07:53:30 -04:00
libpng-1.2.21.tar.gz
libpng-1.2.21.tar.bz2
2006-03-31 06:29:33 -05:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-10-04 07:53:30 -04:00
libpng-1.2.21-no-config.tar.gz
libpng-1.2.21-no-config.tar.bz2
2006-02-22 10:19:25 -05:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2007-10-04 07:53:30 -04:00
lpng1221.zip
lpng1221.tar.bz2
2006-02-22 10:19:25 -05:00
Project files
2007-10-04 07:53:30 -04:00
libpng-1.2.21-project-netware.zip
libpng-1.2.21-project-wince.zip
2006-02-22 10:19:25 -05:00
Other information:
2007-10-04 07:53:30 -04:00
libpng-1.2.21-README.txt
libpng-1.2.21-KNOWNBUGS.txt
libpng-1.2.21-LICENSE.txt
libpng-1.2.21-Y2K-compliance.txt
2007-08-19 23:50:31 -04:00
2007-10-04 07:53:30 -04:00
Changes since the last public release (1.2.20):
2007-08-19 23:50:31 -04:00
2007-10-04 07:53:30 -04:00
version 1.2.21 [October 4, 2007]
2007-09-14 11:24:18 -04:00
Removed "(NO READ SUPPORT)" from png_get_header_version() string.
2007-09-18 13:44:25 -04:00
Fixed various mistakes reported by George Cook and Jeff Phillips:
2007-10-04 07:53:30 -04:00
logical vs bitwise NOT in pngrtran.c, bug introduced in 1.2.19
16-bit cheap transparency expansion, bug introduced in 1.2.19
errors with sizeof(unknown_chunk.name), bugs introduced in 1.2.19
2007-09-18 13:44:25 -04:00
<= compare with unsigned var in pngset.c, should be ==.
Removed some extraneous typecasts.
2007-10-04 07:53:30 -04:00
Fixed potential out-of-bounds read in png_handle_pCAL(), png_handle_sCAL(),
png_push_read_tEXt(), png_handle_iTXt(), and png_handle_ztXt() ("flayer"
results reported by Tavis Ormandy).
2007-09-26 20:34:29 -04:00
Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
2007-10-04 07:53:30 -04:00
Revised makefiles to update libpng.pc properly.
2007-09-25 20:44:08 -04:00
2006-02-20 23:09:05 -05:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 16:03:57 -04:00
1998-12-29 12:47:59 -05:00
Glenn R-P