2016-06-09 07:44:58 -04:00
|
|
|
Libpng 1.6.23 - June 9, 2016
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2016-06-09 07:44:58 -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
|
|
|
|
|
2016-06-09 07:44:58 -04:00
|
|
|
libpng-1.6.23.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.6.23.tar.gz
|
2006-03-31 06:29:33 -05:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2016-06-09 07:44:58 -04:00
|
|
|
lpng1623.7z (LZMA-compressed, recommended)
|
|
|
|
lpng1623.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2016-06-09 07:44:58 -04:00
|
|
|
libpng-1.6.23-README.txt
|
|
|
|
libpng-1.6.23-LICENSE.txt
|
|
|
|
libpng-1.6.23-*.asc (armored detached GPG signatures)
|
2016-01-16 08:14:12 -05:00
|
|
|
|
2016-05-27 20:44:22 -04:00
|
|
|
Changes since the last public release (1.6.22):
|
2016-05-17 19:35:59 -04:00
|
|
|
|
2016-05-27 20:55:44 -04:00
|
|
|
Stop a potential memory leak in png_set_tRNS() (Bug report by Ted Ying).
|
2016-05-29 10:31:48 -04:00
|
|
|
Fixed the progressive reader to handle empty first IDAT chunk properly
|
|
|
|
(patch by Timothy Nikkel). This bug was introduced in libpng-1.6.0 and
|
|
|
|
only affected the libpng16 branch.
|
2016-05-29 10:45:33 -04:00
|
|
|
Added tests in pngvalid.c to check zero-length IDAT chunks in various
|
|
|
|
positions. Fixed the sequential reader to handle these more robustly
|
|
|
|
(John Bowler).
|
2016-05-29 16:47:57 -04:00
|
|
|
Corrected progressive read input buffer in pngvalid.c. The previous version
|
|
|
|
the code invariably passed just one byte at a time to libpng. The intent
|
|
|
|
was to pass a random number of bytes in the range 0..511.
|
2016-05-31 10:45:17 -04:00
|
|
|
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
2016-06-01 09:59:48 -04:00
|
|
|
Added missing ")" in pngerror.c (Matt Sarrett).
|
2016-06-03 19:40:42 -04:00
|
|
|
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
|
|
|
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
2016-06-07 09:22:18 -04:00
|
|
|
Fixed bad link to RFC2083 in png.5 (Nikola Forro).
|
|
|
|
|
2014-07-30 09:09:22 -04:00
|
|
|
(subscription required; visit
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe)
|
|
|
|
or to glennrp at users.sourceforge.net
|
|
|
|
|
|
|
|
Glenn R-P
|