diff --git a/ANNOUNCE b/ANNOUNCE index 089a32116..80cdb4fbb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -652,8 +652,10 @@ version 1.4.0beta96 [November 12, 2009] Renamed scripts/makefile.wce to scripts/makefile.cegcc Revised Makefile.am to use libpng.sys while building libpng.so so that only PNG_EXPORT functions are exported. - Removed the deprecated png_check_sig() function. + Removed the deprecated png_check_sig() function/macro. Removed recently removed function names from scripts/*.def + Revised pngtest.png to put chunks in the same order written by pngtest + (evidently the same change made in libpng-1.0beta54 was lost). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 6ac3c2a6d..4a5c02377 100644 --- a/CHANGES +++ b/CHANGES @@ -2338,8 +2338,10 @@ version 1.4.0beta96 [November 12, 2009] Renamed scripts/makefile.wce to scripts/makefile.cegcc Revised Makefile.am to use libpng.sys while building libpng.so so that only PNG_EXPORT functions are exported. - Removed the deprecated png_check_sig() function. + Removed the deprecated png_check_sig() function/macro. Removed recently removed function names from scripts/*.def + Revised pngtest.png to put chunks in the same order written by pngtest + (evidently the same change made in libpng-1.0beta54 was lost). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/pngtest.png b/pngtest.png index b86459b24..cfdd36f28 100644 Binary files a/pngtest.png and b/pngtest.png differ