mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Update CHANGES and ANNOUNCE
This commit is contained in:
parent
8498aa1c97
commit
5e88e9c396
11
ANNOUNCE
11
ANNOUNCE
@ -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
|
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.
|
||||||
@ -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.
|
32 bits of address space when size_t/ptrdiff_t are 64 bit types.
|
||||||
Revised workaround for false-positive Coverity issue in pngvalid.c.
|
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.
|
Only use exit(77) in configure builds.
|
||||||
Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
|
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
|
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).
|
and test.cmake.in (Roger Leigh).
|
||||||
Revised pngstest to (by default) make random backgrounds on a per-file,
|
Revised pngstest to (by default) make random backgrounds on a per-file,
|
||||||
not per-session, basis.
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
9
CHANGES
9
CHANGES
@ -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.
|
32 bits of address space when size_t/ptrdiff_t are 64 bit types.
|
||||||
Revised workaround for false-positive Coverity issue in pngvalid.c.
|
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.
|
Only use exit(77) in configure builds.
|
||||||
Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
|
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
|
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).
|
and test.cmake.in (Roger Leigh).
|
||||||
Revised pngstest to (by default) make random backgrounds on a per-file,
|
Revised pngstest to (by default) make random backgrounds on a per-file,
|
||||||
not per-session, basis.
|
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
|
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