mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Update CHANGES and ANNOUNCE about pngfix.c
This commit is contained in:
parent
f5778c8fbb
commit
19ffb62903
27
ANNOUNCE
27
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.20beta03 - November 24, 2015
|
Libpng 1.6.20rc01 - November 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.
|
||||||
@ -8,20 +8,20 @@ Files available for download:
|
|||||||
Source files with LF line endings (for Unix/Linux) and with a
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.6.20beta03.tar.xz (LZMA-compressed, recommended)
|
1.6.20rc01.tar.xz (LZMA-compressed, recommended)
|
||||||
1.6.20beta03.tar.gz
|
1.6.20rc01.tar.gz
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp1620b03.7z (LZMA-compressed, recommended)
|
lp1620r01.7z (LZMA-compressed, recommended)
|
||||||
lp1620b03.zip
|
lp1620r01.zip
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.6.20beta03-README.txt
|
1.6.20rc01-README.txt
|
||||||
1.6.20beta03-LICENSE.txt
|
1.6.20rc01-LICENSE.txt
|
||||||
libpng-1.6.20beta03-*.asc (armored detached GPG signatures)
|
libpng-1.6.20rc01-*.asc (armored detached GPG signatures)
|
||||||
|
|
||||||
Changes since the last public release (1.6.19):
|
Changes since the last public release (1.6.19):
|
||||||
|
|
||||||
@ -30,12 +30,17 @@ Version 1.6.20beta01 [November 20, 2015]
|
|||||||
png_handle_pCAL() (Bug report by John Regehr).
|
png_handle_pCAL() (Bug report by John Regehr).
|
||||||
|
|
||||||
Version 1.6.20beta02 [November 23, 2015]
|
Version 1.6.20beta02 [November 23, 2015]
|
||||||
Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
|
Fixed incorrect implementation of png_set_PLTE() that uses png_ptr
|
||||||
not info_ptr.
|
not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126
|
||||||
|
vulnerability.
|
||||||
|
|
||||||
Version 1.6.20beta03 [(PENDING RELEASE)]
|
Version 1.6.20beta03 [November 25, 2015]
|
||||||
Backported tests from libpng-1.7.0beta69.
|
Backported tests from libpng-1.7.0beta69.
|
||||||
|
|
||||||
|
Version 1.6.20rc01 [November 25, 2015]
|
||||||
|
Fixed an error in handling of bad zlib CMINFO field, found by American
|
||||||
|
Fuzzy Lop.
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
11
CHANGES
11
CHANGES
@ -5419,12 +5419,17 @@ Version 1.6.20beta01 [November 20, 2015]
|
|||||||
png_handle_pCAL() (Bug report by John Regehr).
|
png_handle_pCAL() (Bug report by John Regehr).
|
||||||
|
|
||||||
Version 1.6.20beta02 [November 23, 2015]
|
Version 1.6.20beta02 [November 23, 2015]
|
||||||
Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
|
Fixed incorrect implementation of png_set_PLTE() that uses png_ptr
|
||||||
not info_ptr.
|
not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126
|
||||||
|
vulnerability.
|
||||||
|
|
||||||
Version 1.6.20beta03 [(PENDING RELEASE)]
|
Version 1.6.20beta03 [November 24, 2015]
|
||||||
Backported tests from libpng-1.7.0beta69.
|
Backported tests from libpng-1.7.0beta69.
|
||||||
|
|
||||||
|
Version 1.6.20rc01 [November 25, 2015]
|
||||||
|
Fixed an error in handling of bad zlib CMINFO field, found by American
|
||||||
|
Fuzzy Lop.
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user