49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
|
|
Libpng 1.5.6beta02 - September 22, 2011
|
|
|
|
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.5.6beta02.tar.xz (LZMA-compressed, recommended)
|
|
1.5.6beta02.tar.gz
|
|
1.5.6beta02.tar.bz2
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp156b02.7z (LZMA-compressed, recommended)
|
|
lp156b02.zip
|
|
|
|
Other information:
|
|
|
|
1.5.6beta02-README.txt
|
|
1.5.6beta02-LICENSE.txt
|
|
|
|
Changes since the last public release (1.5.5):
|
|
|
|
Version 1.5.6beta01 [September 22, 2011]
|
|
Fixed some 64-bit type conversion warnings in pngrtran.c
|
|
Moved row_info from png_struct to a local variable.
|
|
The various interlace mask arrays have been made into arrays of
|
|
bytes and made PNG_CONST and static (previously some arrays were
|
|
marked PNG_CONST and some weren't).
|
|
Additional checks have been added to the transform code to validate the
|
|
pixel depths after the transforms on both read and write.
|
|
Removed some redundant code from pngwrite.c, in png_desgtroy_write_struct().
|
|
Changed chunk reading/writing code to use png_uint_32 instead of png_byte[4].
|
|
This removes the need to allocate temporary strings for chunk names on
|
|
the stack in the read/write code. Unknown chunk handling still uses the
|
|
string form because this is exposed in the API.
|
|
|
|
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
|