[libpng16] Update CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson 2016-01-27 06:57:02 -06:00
parent ac796d3f9a
commit 4dac51d260
2 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
Libpng 1.6.22beta02 - January 23, 2016 Libpng 1.6.22beta02 - January 27, 2016
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.
@ -30,9 +30,9 @@ Version 1.6.22beta01 [January 23, 2016]
"tmpfile()" implementation in contrib/libtests/pngstest.c "tmpfile()" implementation in contrib/libtests/pngstest.c
Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io() Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io()
if there is no stdio.h support. if there is no stdio.h support.
Added an API and a number of assist macros to allow an application Added a png_image_write_to_memory() API and a number of assist macros
that uses the simplified API write to bypass stdio and write to allow an application that uses the simplified API write to bypass
directly to memory. stdio and write directly to memory.
Added some warnings (png.h) and some check code to detect *possible* Added some warnings (png.h) and some check code to detect *possible*
overflow in the ROW_STRIDE and simplified image SIZE macros. This overflow in the ROW_STRIDE and simplified image SIZE macros. This
disallows image width/height/format that *might* overflow. This is disallows image width/height/format that *might* overflow. This is
@ -40,7 +40,8 @@ Version 1.6.22beta01 [January 23, 2016]
less than 4GByte and image row size (stride) to less than 2GByte. less than 4GByte and image row size (stride) to less than 2GByte.
Revised workaround for false-positive Coverity issue in pngvalid.c. Revised workaround for false-positive Coverity issue in pngvalid.c.
Version 1.6.22beta02 [January 23, 2016] Version 1.6.22beta02 [January 27, 2016]
Only use exit(77) in configure builds
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

View File

@ -5489,9 +5489,9 @@ Version 1.6.22beta01 [January 23, 2016]
"tmpfile()" implementation in contrib/libtests/pngstest.c "tmpfile()" implementation in contrib/libtests/pngstest.c
Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io() Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io()
if there is no stdio.h support. if there is no stdio.h support.
Added an API and a number of assist macros to allow an application Added a png_image_write_to_memory() API and a number of assist macros
that uses the simplified API write to bypass stdio and write to allow an application that uses the simplified API write to bypass
directly to memory. stdio and write directly to memory.
Added some warnings (png.h) and some check code to detect *possible* Added some warnings (png.h) and some check code to detect *possible*
overflow in the ROW_STRIDE and simplified image SIZE macros. This overflow in the ROW_STRIDE and simplified image SIZE macros. This
disallows image width/height/format that *might* overflow. This is disallows image width/height/format that *might* overflow. This is
@ -5499,7 +5499,8 @@ Version 1.6.22beta01 [January 23, 2016]
less than 4GByte and image row size (stride) to less than 2GByte. less than 4GByte and image row size (stride) to less than 2GByte.
Revised workaround for false-positive Coverity issue in pngvalid.c. Revised workaround for false-positive Coverity issue in pngvalid.c.
Version 1.6.22beta02 [January 23, 2016] Version 1.6.22beta02 [January 27, 2016]
Only use exit(77) in configure builds
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