[libpng16] Updated CHANGES and ANNOUNCE
This commit is contained in:
parent
315b39c73a
commit
4aa590288b
8
ANNOUNCE
8
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.21beta03 - December 14, 2015
|
Libpng 1.6.21beta03 - December 15, 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.
|
||||||
@ -38,7 +38,11 @@ Version 1.6.21beta02 [December 14, 2015]
|
|||||||
statics) and a fix for the case in rgb_to_gray when the digitize option
|
statics) and a fix for the case in rgb_to_gray when the digitize option
|
||||||
reduces graylo to 0, producing a large error.
|
reduces graylo to 0, producing a large error.
|
||||||
|
|
||||||
Version 1.6.21beta03 [December 14, 2015]
|
Version 1.6.21beta03 [December 15, 2015]
|
||||||
|
Widened the 'limit' check on the internally calculated error limits in
|
||||||
|
the 'DIGITIZE' case (the code used prior to 1.7 for rgb_to_gray error
|
||||||
|
checks) and changed the check to only operate in non-release builds
|
||||||
|
(base build type not RC or RELEASE.)
|
||||||
|
|
||||||
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
|
||||||
|
6
CHANGES
6
CHANGES
@ -5459,7 +5459,11 @@ Version 1.6.21beta02 [December 14, 2015]
|
|||||||
statics) and a fix for the case in rgb_to_gray when the digitize option
|
statics) and a fix for the case in rgb_to_gray when the digitize option
|
||||||
reduces graylo to 0, producing a large error.
|
reduces graylo to 0, producing a large error.
|
||||||
|
|
||||||
Version 1.6.21beta03 [December 14, 2015]
|
Version 1.6.21beta03 [December 15, 2015]
|
||||||
|
Widened the 'limit' check on the internally calculated error limits in
|
||||||
|
the 'DIGITIZE' case (the code used prior to 1.7 for rgb_to_gray error
|
||||||
|
checks) and changed the check to only operate in non-release builds
|
||||||
|
(base build type not RC or RELEASE.)
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngvalid.c - validate libpng by constructing then reading png files.
|
/* pngvalid.c - validate libpng by constructing then reading png files.
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.5.25 [(PENDING RELEASE)]
|
* Last changed in libpng 1.6.21 [(PENDING RELEASE)]
|
||||||
* Copyright (c) 2014-2015 Glenn Randers-Pehrson
|
* Copyright (c) 2014-2015 Glenn Randers-Pehrson
|
||||||
* Written by John Cunningham Bowler
|
* Written by John Cunningham Bowler
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user