[master] Revised documentation to mention the change in

the prototype for the user malloc_fn().
This commit is contained in:
Glenn Randers-Pehrson 2010-02-02 06:47:13 -06:00
parent f6c761dda1
commit c05538959b
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.