[libpng17] Updated CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson 2015-12-28 19:57:26 -06:00
parent ef26a3f0fb
commit c90572ee77
2 changed files with 21 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.7.0beta76 - December 25, 2015 Libpng 1.7.0beta76 - December 29, 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.
@ -1139,7 +1139,16 @@ Version 1.7.0beta75 [December 21, 2015]
struct; put the check that relies on pz->list being non-NULL struct; put the check that relies on pz->list being non-NULL
second (David Drysdale). second (David Drysdale).
Version 1.7.0beta76 [December 25, 2015] Version 1.7.0beta76 [December 29, 2015]
Corrected the options handling. Setting the new, higher, option
bits triggered the byte check (which is no longer necessary).
Added NULL pz->list test to png_zlib_compress_validate(). This seems
safer; in fact, a NULL dereference never happens because the test
ends up just doing arithmetic on NULL but it seems possible that the
undefined arithmetic can still happen if there is a bug elsewhere.
Added code to pngcp.c to iterate through the command line options when
non-list options have the 'all' parameter. This is used to rapidly
test the effect of different zlib options.
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

11
CHANGES
View File

@ -5438,7 +5438,16 @@ Version 1.7.0beta75 [December 21, 2015]
struct; put the check that relies on pz->list being non-NULL struct; put the check that relies on pz->list being non-NULL
second (David Drysdale). second (David Drysdale).
Version 1.7.0beta75 [December 25, 2015] Version 1.7.0beta76 [December 29, 2015]
Corrected the options handling. Setting the new, higher, option
bits triggered the byte check (which is no longer necessary).
Added NULL pz->list test to png_zlib_compress_validate(). This seems
safer; in fact, a NULL dereference never happens because the test
ends up just doing arithmetic on NULL but it seems possible that the
undefined arithmetic can still happen if there is a bug elsewhere.
Added code to pngcp.c to iterate through the command line options when
non-list options have the 'all' parameter. This is used to rapidly
test the effect of different zlib options.
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