mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Revised documentation to mention the change in
the prototype for the user malloc_fn().
This commit is contained in:
parent
f6c761dda1
commit
c05538959b
4
ANNOUNCE
4
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.1beta06 - January 28, 2010
|
Libpng 1.4.1beta06 - February 2, 2010
|
||||||
|
|
||||||
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.
|
||||||
@ -55,7 +55,7 @@ version 1.4.1beta04 [January 23, 2010]
|
|||||||
version 1.4.1beta05 [January 26, 2010]
|
version 1.4.1beta05 [January 26, 2010]
|
||||||
Relocated "int k" declaration in pngtest.c to minimize its scope.
|
Relocated "int k" declaration in pngtest.c to minimize its scope.
|
||||||
|
|
||||||
version 1.4.1beta06 [January 28, 2010]
|
version 1.4.1beta06 [February 2, 2010]
|
||||||
Revised png_decompress_chunk() to use a two-pass method suggested by
|
Revised png_decompress_chunk() to use a two-pass method suggested by
|
||||||
John Bowler.
|
John Bowler.
|
||||||
|
|
||||||
|
|||||||
2
CHANGES
2
CHANGES
@ -2487,7 +2487,7 @@ version 1.4.1beta04 [January 23, 2010]
|
|||||||
version 1.4.1beta05 [January 26, 2010]
|
version 1.4.1beta05 [January 26, 2010]
|
||||||
Relocated "int k" declaration in pngtest.c to minimize its scope.
|
Relocated "int k" declaration in pngtest.c to minimize its scope.
|
||||||
|
|
||||||
version 1.4.1beta06 [January 28, 2010]
|
version 1.4.1beta06 [February 2, 2010]
|
||||||
Revised png_decompress_chunk() to use a two-pass method suggested by
|
Revised png_decompress_chunk() to use a two-pass method suggested by
|
||||||
John Bowler.
|
John Bowler.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user