[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,5 +1,5 @@
Libpng 1.7.0alpha02 - December 15, 2012
Libpng 1.7.0alpha02 - December 16, 2012
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.
@@ -61,7 +61,7 @@ Version 1.7.0alpha01 [December 15, 2012]
Fixed cases of unquoted DESTDIR in Makefile.am.
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.12.5.
Version 1.7.0alpha02 [December 15, 2012]
Version 1.7.0alpha02 [December 16, 2012]
Removed functions that were deprecated in libpng-1.6.0:
png_reset_zstream(), png_info_init_3(), and png_data_freer() and its
associated flags.