[libpng17] Update CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson 2016-02-02 07:46:12 -06:00
parent 8498aa1c97
commit 5e88e9c396
2 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.7.0beta79 - January 29, 2016
Libpng 1.7.0beta79 - February 2, 2016
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.
@ -1239,7 +1239,7 @@ Version 1.7.0beta78 [January 23, 2016]
32 bits of address space when size_t/ptrdiff_t are 64 bit types.
Revised workaround for false-positive Coverity issue in pngvalid.c.
Version 1.7.0beta79 [January 29, 2016]
Version 1.7.0beta79 [February 2, 2016]
Only use exit(77) in configure builds.
Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
the palette size because it failed to take into account that the memory
@ -1248,6 +1248,13 @@ Version 1.7.0beta79 [January 29, 2016]
and test.cmake.in (Roger Leigh).
Revised pngstest to (by default) make random backgrounds on a per-file,
not per-session, basis.
Refined pngcp with better (more consistent) reporting of the "--search"
results plus changes so that when compiled against libpng 1.6 the program
correctly copies text chunks; previously when a search option caused
multiple copies of the same file the copies after the first would not
have the text chunks.
Expanded search logging in pngcp to output results during the search;
sufficient for basic tests on zlib parameters.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -5538,7 +5538,7 @@ Version 1.7.0beta78 [January 23, 2016]
32 bits of address space when size_t/ptrdiff_t are 64 bit types.
Revised workaround for false-positive Coverity issue in pngvalid.c.
Version 1.7.0beta79 [January 29, 2016]
Version 1.7.0beta79 [February 2, 2016]
Only use exit(77) in configure builds.
Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
the palette size because it failed to take into account that the memory
@ -5547,6 +5547,13 @@ Version 1.7.0beta79 [January 29, 2016]
and test.cmake.in (Roger Leigh).
Revised pngstest to (by default) make random backgrounds on a per-file,
not per-session, basis.
Refined pngcp with better (more consistent) reporting of the "--search"
results plus changes so that when compiled against libpng 1.6 the program
correctly copies text chunks; previously when a search option caused
multiple copies of the same file the copies after the first would not
have the text chunks.
Expanded search logging in pngcp to output results during the search;
sufficient for basic tests on zlib parameters.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit