[libpng17] Removed more functions that were deprecated in libpng-1.6.0:

png_malloc_default png_free_default.
  Updated some left over "1.6.0beta32" in code sources.
  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
  Updated the version-number hack in pngvalid.c
This commit is contained in:
John Bowler
2012-12-15 21:34:14 -06:00
committed by Glenn Randers-Pehrson
parent bbabd977d1
commit d59c19b64c
31 changed files with 90 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
libpng-manual.txt - A description on how to use and modify libpng
libpng version 1.7.0alpha02 - December 15, 2012
libpng version 1.7.0alpha02 - December 16, 2012
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2011 Glenn Randers-Pehrson
@@ -11,7 +11,7 @@ libpng-manual.txt - A description on how to use and modify libpng
Based on:
libpng versions 0.97, January 1998, through 1.7.0alpha02 - December 15, 2012
libpng versions 0.97, January 1998, through 1.7.0alpha02 - December 16, 2012
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2011 Glenn Randers-Pehrson
@@ -5138,7 +5138,7 @@ Other rules can be inferred by inspecting the libpng source.
XVII. Y2K Compliance in libpng
December 15, 2012
December 16, 2012
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.