[master] Added comment about the potential API incompatibility in

png.h, libpng.3, and libpng-*.txt.
This commit is contained in:
Glenn Randers-Pehrson
2010-11-25 07:36:57 -06:00
parent e2d740ae04
commit 756f873a25
5 changed files with 31 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.5beta07 - November 24, 2010
Libpng 1.4.5beta07 - November 25, 2010
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.
@@ -46,7 +46,7 @@ version 1.4.5beta04 [November 8, 2010]
version 1.4.5rc01 [November 19, 2010]
No changes.
version 1.4.5beta05 [November 24, 2010]
version 1.4.5beta05 [November 25, 2010]
Removed some extraneous parentheses that appeared in pngrutil.c of
libpng-1.4.3beta01
Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
@@ -70,7 +70,7 @@ version 1.4.5beta06 [November 21, 2010]
with pngwio.c and pngwutil.c because the 'write' callback and zlib
compression both fail to declare their input buffers with 'const'.
version 1.4.5beta07 [November 24, 2010]
version 1.4.5beta07 [November 25, 2010]
Reverted png_get_uint_16 macro to beta05 and added comment about the
potential API incompatibility.