mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Updated CHANGES and ANNOUNCE
This commit is contained in:
parent
2c13de800f
commit
9ee0b63b09
8
ANNOUNCE
8
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.7.0beta66 - September 22, 2015
|
Libpng 1.7.0beta66 - September 25, 2015
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -871,7 +871,7 @@ Version 1.7.0beta65 [September 16, 2015]
|
|||||||
(but not yet by the writer) (John Bowler).
|
(but not yet by the writer) (John Bowler).
|
||||||
Implemented shared transform handling that is used throughout (John Bowler).
|
Implemented shared transform handling that is used throughout (John Bowler).
|
||||||
|
|
||||||
Version 1.7.0beta66 [September 22, 2015]
|
Version 1.7.0beta66 [September 25, 2015]
|
||||||
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
||||||
of libpng because of problems that should have been fixed by the recent
|
of libpng because of problems that should have been fixed by the recent
|
||||||
changes to libpng17. Enabling the tests revealed bugs in those changes
|
changes to libpng17. Enabling the tests revealed bugs in those changes
|
||||||
@ -929,6 +929,10 @@ Version 1.7.0beta66 [September 22, 2015]
|
|||||||
Added test files generated by "contrib/testpngs/makepngs.sh --small"
|
Added test files generated by "contrib/testpngs/makepngs.sh --small"
|
||||||
with MAKEPNG set to the makepng compiled from the current
|
with MAKEPNG set to the makepng compiled from the current
|
||||||
contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory.
|
contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory.
|
||||||
|
Made png_rgb_to_gray() optimization fixes. This fixes the code
|
||||||
|
that optimizes RGB to Gray transformations that only selected on
|
||||||
|
channel and clarifies the handling of max_depth in the transform
|
||||||
|
code.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
6
CHANGES
6
CHANGES
@ -5170,7 +5170,7 @@ Version 1.7.0beta65 [September 16, 2015]
|
|||||||
(but not yet by the writer) (John Bowler).
|
(but not yet by the writer) (John Bowler).
|
||||||
Implemented shared transform handling that is used throughout (John Bowler).
|
Implemented shared transform handling that is used throughout (John Bowler).
|
||||||
|
|
||||||
Version 1.7.0beta66 [September 22, 2015]
|
Version 1.7.0beta66 [September 25, 2015]
|
||||||
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
||||||
of libpng because of problems that should have been fixed by the recent
|
of libpng because of problems that should have been fixed by the recent
|
||||||
changes to libpng17. Enabling the tests revealed bugs in those changes
|
changes to libpng17. Enabling the tests revealed bugs in those changes
|
||||||
@ -5228,6 +5228,10 @@ Version 1.7.0beta66 [September 22, 2015]
|
|||||||
Added test files generated by "contrib/testpngs/makepngs.sh --small"
|
Added test files generated by "contrib/testpngs/makepngs.sh --small"
|
||||||
with MAKEPNG set to the makepng compiled from the current
|
with MAKEPNG set to the makepng compiled from the current
|
||||||
contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory.
|
contrib/libtests/makepngs.sh, to the "contrib/testpngs" directory.
|
||||||
|
Made png_rgb_to_gray() optimization fixes. This fixes the code
|
||||||
|
that optimizes RGB to Gray transformations that only selected on
|
||||||
|
channel and clarifies the handling of max_depth in the transform
|
||||||
|
code.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user