a74b70871c
switched 'off'. Previously the ARM NEON specific files were still built if the option was switched 'off' as opposed to being explicitly disabled.
66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
|
|
Libpng 1.6.2rc04 - April 23, 2013
|
|
|
|
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.2rc04.tar.xz (LZMA-compressed, recommended)
|
|
1.6.2rc04.tar.gz
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp162r04.7z (LZMA-compressed, recommended)
|
|
lp162r04.zip
|
|
|
|
Other information:
|
|
|
|
1.6.2rc04-README.txt
|
|
1.6.2rc04-LICENSE.txt
|
|
|
|
Changes since the last public release (1.6.1):
|
|
|
|
Version 1.6.2beta01 [April 14, 2013]
|
|
Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling.
|
|
Fixed incorrect warning of excess deflate data. End condition - the
|
|
warning would be produced if the end of the deflate stream wasn't read
|
|
in the last row. The warning is harmless.
|
|
Corrected the test on user transform changes on read. It was in the
|
|
png_set of the transform function, but that doesn't matter unless the
|
|
transform function changes the rowbuf size, and that is only valid if
|
|
transform_info is called.
|
|
Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
|
|
(Flavio Medeiros).
|
|
Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
|
|
|
|
Version 1.6.2rc01 [April 18, 2013]
|
|
Added contrib/tools/fixitxt.c, to repair the erroneous iTXt chunk length
|
|
written by libpng-1.6.0 and 1.6.1.
|
|
Levchenko).
|
|
Disallow storing sRGB information when the sRGB is not supported.
|
|
|
|
Version 1.6.2rc02 [April 18, 2013]
|
|
Merge pngtest.c with libpng-1.7.0
|
|
|
|
Version 1.6.2rc03 [April 22, 2013]
|
|
Trivial spelling cleanup.
|
|
|
|
Version 1.6.2rc04 [April 23, 2013]
|
|
Revised stack marking in arm/filter_neon.S and configure.ac
|
|
Ensure that NEON filter stuff is completely disabled when switched 'off'.
|
|
Previously the ARM NEON specific files were still built if the option
|
|
was switched 'off' as opposed to being explicitly disabled.
|
|
|
|
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
|