mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Update CHANGES and ANNOUNCE per recent pull request.
This commit is contained in:
parent
9946064745
commit
1f4508c7e2
7
ANNOUNCE
7
ANNOUNCE
@ -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
|
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.
|
||||||
@ -43,8 +43,11 @@ Version 1.5.24beta01 [August 19, 2015]
|
|||||||
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
|
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
|
||||||
occurs later can catch them (John Bowler).
|
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 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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
5
CHANGES
5
CHANGES
@ -4389,8 +4389,11 @@ Version 1.5.24beta01 [August 19, 2015]
|
|||||||
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
|
in ANSI-C (unlike 0x80000000 in the signed case) the checking that
|
||||||
occurs later can catch them (John Bowler).
|
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 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
|
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.18 [(PENDING RELEASE)]
|
* Last changed in libpng 1.5.24 [%RDATE%]
|
||||||
* 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…
x
Reference in New Issue
Block a user