mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Updated CHANGES and ANNOUNCE
This commit is contained in:
parent
62dff2f97e
commit
d280c3a6da
27
ANNOUNCE
27
ANNOUNCE
@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.7.0beta65 - September 16, 2015
|
||||
Libpng 1.7.0beta66 - September 17, 2015
|
||||
|
||||
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.
|
||||
@ -9,20 +9,20 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
1.7.0beta65.tar.xz (LZMA-compressed, recommended)
|
||||
1.7.0beta65.tar.gz
|
||||
1.7.0beta66.tar.xz (LZMA-compressed, recommended)
|
||||
1.7.0beta66.tar.gz
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp170b65.7z (LZMA-compressed, recommended)
|
||||
lp170b65.zip
|
||||
lp170b66.7z (LZMA-compressed, recommended)
|
||||
lp170b66.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.7.0beta65-README.txt
|
||||
1.7.0beta65-LICENSE.txt
|
||||
libpng-1.7.0beta65-*.asc (armored detached GPG signatures)
|
||||
1.7.0beta66-README.txt
|
||||
1.7.0beta66-LICENSE.txt
|
||||
libpng-1.7.0beta66-*.asc (armored detached GPG signatures)
|
||||
|
||||
Changes since the last public release (1.6.0):
|
||||
|
||||
@ -871,6 +871,17 @@ Version 1.7.0beta65 [September 16, 2015]
|
||||
(but not yet by the writer) (John Bowler).
|
||||
Implemented shared transform handling that is used throughout (John Bowler).
|
||||
|
||||
Version 1.7.0beta66 [September 17, 2015]
|
||||
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
||||
of libpng because of problems that should have been fixed by the recent
|
||||
changes to libpng17. Enabling the tests revealed bugs in those changes
|
||||
which are now corrected.
|
||||
Replaced the memcpy of png_transform_background with a structure copy
|
||||
which is safer since it doesn't depend on knowing the first member to
|
||||
be copied, also the copies are improved to copy the transform args too;
|
||||
not required at present but it may prevent a bug being introduced in
|
||||
the future.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||
|
11
CHANGES
11
CHANGES
@ -5168,6 +5168,17 @@ Version 1.7.0beta65 [September 16, 2015]
|
||||
(but not yet by the writer) (John Bowler).
|
||||
Implemented shared transform handling that is used throughout (John Bowler).
|
||||
|
||||
Version 1.7.0beta66 [September 17, 2015]
|
||||
Enabled the low-bit-depth gray tests that were disabled in prior versions
|
||||
of libpng because of problems that should have been fixed by the recent
|
||||
changes to libpng17. Enabling the tests revealed bugs in those changes
|
||||
which are now corrected.
|
||||
Replaced the memcpy of png_transform_background with a structure copy
|
||||
which is safer since it doesn't depend on knowing the first member to
|
||||
be copied, also the copies are improved to copy the transform args too;
|
||||
not required at present but it may prevent a bug being introduced in
|
||||
the future.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||
|
Loading…
x
Reference in New Issue
Block a user