mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Revise ANNOUNCE and CHANGES
to give Dennis Gustafsson credit for noticing the incorrect typecast of "filler".
This commit is contained in:
parent
36ac0b59b0
commit
495e399865
7
ANNOUNCE
7
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.0beta80 - September 16, 2009
|
Libpng 1.4.0beta80 - September 17, 2009
|
||||||
|
|
||||||
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.
|
||||||
@ -544,9 +544,10 @@ version 1.4.0beta79 [September 1, 2009]
|
|||||||
Eliminated PNG_GLOBAL_ARRAYS and PNG_LOCAL_ARRAYS; always use local arrays.
|
Eliminated PNG_GLOBAL_ARRAYS and PNG_LOCAL_ARRAYS; always use local arrays.
|
||||||
Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc().
|
Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc().
|
||||||
|
|
||||||
version 1.4.0beta80 [September 16, 2009]
|
version 1.4.0beta80 [September 17, 2009]
|
||||||
Removed scripts/libpng.icc
|
Removed scripts/libpng.icc
|
||||||
Changed (png_byte)filler to (png_uint_16)filler in png_set_filler().
|
Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
|
||||||
|
(Dennis Gustafsson)
|
||||||
|
|
||||||
version 1.4.0betaN [future]
|
version 1.4.0betaN [future]
|
||||||
Build shared libraries with -lz and sometimes -lm.
|
Build shared libraries with -lz and sometimes -lm.
|
||||||
|
|||||||
5
CHANGES
5
CHANGES
@ -2230,9 +2230,10 @@ version 1.4.0beta79 [September 1, 2009]
|
|||||||
Eliminated PNG_GLOBAL_ARRAYS and PNG_LOCAL_ARRAYS; always use local arrays.
|
Eliminated PNG_GLOBAL_ARRAYS and PNG_LOCAL_ARRAYS; always use local arrays.
|
||||||
Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc().
|
Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc().
|
||||||
|
|
||||||
version 1.4.0beta80 [September 16, 2009]
|
version 1.4.0beta80 [September 17, 2009]
|
||||||
Removed scripts/libpng.icc
|
Removed scripts/libpng.icc
|
||||||
Changed (png_byte)filler to (png_uint_16)filler in png_set_filler().
|
Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
|
||||||
|
(Dennis Gustafsson)
|
||||||
|
|
||||||
version 1.4.0betaN [future]
|
version 1.4.0betaN [future]
|
||||||
Build shared libraries with -lz and sometimes -lm.
|
Build shared libraries with -lz and sometimes -lm.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user