[libpng16] Update CHANGES, ANNOUNCE, and change date in pngvalid.c

This commit is contained in:
Glenn Randers-Pehrson 2016-05-29 15:47:57 -05:00
parent 801b925edf
commit dbfd68ae3a
3 changed files with 7 additions and 1 deletions

View File

@ -35,6 +35,9 @@ Version 1.6.23beta01 [May 29, 2016]
(John Bowler).
Version 1.6.23beta02 [May 29, 2016]
Corrected progressive read input buffer in pngvalid.c. The previous version
the code invariably passed just one byte at a time to libpng. The intent
was to pass a random number of bytes in the range 0..511.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -5583,6 +5583,9 @@ Version 1.6.23beta01 [May 29, 2016]
(John Bowler).
Version 1.6.23beta02 [May 29, 2016]
Corrected progressive read input buffer in pngvalid.c. The previous version
the code invariably passed just one byte at a time to libpng. The intent
was to pass a random number of bytes in the range 0..511.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -1,7 +1,7 @@
/* pngvalid.c - validate libpng by constructing then reading png files.
*
* Last changed in libpng 1.6.22 [May 26, 2016]
* Last changed in libpng 1.6.23 [(PENDING RELEASE)]
* Copyright (c) 2014-2016 Glenn Randers-Pehrson
* Written by John Cunningham Bowler
*