mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Update CHANGES, ANNOUNCE, and change date in pngvalid.c
This commit is contained in:
parent
801b925edf
commit
dbfd68ae3a
3
ANNOUNCE
3
ANNOUNCE
@ -35,6 +35,9 @@ Version 1.6.23beta01 [May 29, 2016]
|
|||||||
(John Bowler).
|
(John Bowler).
|
||||||
|
|
||||||
Version 1.6.23beta02 [May 29, 2016]
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
3
CHANGES
3
CHANGES
@ -5583,6 +5583,9 @@ Version 1.6.23beta01 [May 29, 2016]
|
|||||||
(John Bowler).
|
(John Bowler).
|
||||||
|
|
||||||
Version 1.6.23beta02 [May 29, 2016]
|
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
|
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.6.22 [May 26, 2016]
|
* Last changed in libpng 1.6.23 [(PENDING RELEASE)]
|
||||||
* Copyright (c) 2014-2016 Glenn Randers-Pehrson
|
* Copyright (c) 2014-2016 Glenn Randers-Pehrson
|
||||||
* Written by John Cunningham Bowler
|
* Written by John Cunningham Bowler
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user