Eliminated PNG_LEGACY_SUPPORTED

It is not of any use in libpng-1.4.0; it was only to support binary
compatibility between some old libpng-1.0.x versions.  It should have
been removed from libpng-1.2.x as well but it is too late for that now.
This commit is contained in:
Glenn Randers-Pehrson
2009-06-16 14:12:35 -05:00
parent 38674ec994
commit 33188acf8f
6 changed files with 10 additions and 50 deletions

View File

@@ -482,6 +482,7 @@ version 1.4.0beta63 [June 16, 2009]
available for ignoring known chunks even when not saving unknown chunks.
Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
"#if defined()" and "if !defined()" where possible.
Eliminated PNG_LEGACY_SUPPORTED code.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.