55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
Libpng 1.6.23rc02 - June 3, 2016
|
|
|
|
This is not intended to be a public release. It will be replaced
|
|
within a few weeks by a public version or by another test version.
|
|
|
|
Files available for download:
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
"configure" script
|
|
|
|
1.6.23rc02.tar.xz (LZMA-compressed, recommended)
|
|
1.6.23rc02.tar.gz
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp1623r02.7z (LZMA-compressed, recommended)
|
|
lp1623r02.zip
|
|
|
|
Other information:
|
|
|
|
1.6.23rc02-README.txt
|
|
1.6.23rc02-LICENSE.txt
|
|
libpng-1.6.23rc02-*.asc (armored detached GPG signatures)
|
|
|
|
Changes since the last public release (1.6.22):
|
|
|
|
Version 1.6.23beta01 [May 29, 2016]
|
|
Stop a potential memory leak in png_set_tRNS() (Bug report by Ted Ying).
|
|
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.
|
|
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).
|
|
|
|
Version 1.6.23rc01 [June 2, 2016]
|
|
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.
|
|
Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
|
|
Added missing ")" in pngerror.c (Matt Sarrett).
|
|
|
|
Version 1.6.23rc02 [June 3, 2016]
|
|
Fixed undefined behavior in png_push_save_buffer(). Do not call
|
|
memcpy() with a null source, even if count is zero (Leon Scroggins III).
|
|
|
|
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
|
|
|
|
Glenn R-P
|