[libpng15] Update CHANGES and ANNOUNCE per recent pull request.

This commit is contained in:
Glenn Randers-Pehrson 2015-09-18 21:24:29 -05:00
parent 9946064745
commit 1f4508c7e2
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.5.24beta02 - August 21, 2015
Libpng 1.5.24beta02 - September 19, 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.
@ -43,8 +43,11 @@ Version 1.5.24beta01 [August 19, 2015]
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
occurs later can catch them (John Bowler).
Version 1.5.24beta02 [August 21, 2015]
Version 1.5.24beta02 [September 19, 2015]
Fixed png_save_int_32 when int is not 2's complement (John Bowler).
Fixed byte order in png_set_filler with 16-bit output (previously fixed
in libpng-1.6.17).
Merged pngvalid.c with version 1.6.19.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -4389,8 +4389,11 @@ Version 1.5.24beta01 [August 19, 2015]
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
occurs later can catch them (John Bowler).
Version 1.5.24beta02 [August 21, 2015]
Version 1.5.24beta02 [September 19, 2015]
Fixed png_save_int_32 when int is not 2's complement (John Bowler).
Fixed byte order in png_set_filler with 16-bit output (previously fixed
in libpng-1.6.17).
Merged pngvalid.c with version 1.6.19.
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.18 [(PENDING RELEASE)]
* Last changed in libpng 1.5.24 [%RDATE%]
* Copyright (c) 2014-2015 Glenn Randers-Pehrson
* Written by John Cunningham Bowler
*