diff --git a/ANNOUNCE b/ANNOUNCE index 73748b7c..6afc1ceb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -123,7 +123,8 @@ version 1.2.41beta14 [November 8, 2009] 1.2.41beta12. Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features from 1.2.41beta08. - Retained png_calloc() from 1.2.41beta08 but as a non-exported function + Retained png_calloc() from 1.2.41beta08 but as a non-exported function, + and removed reference to png_calloc from scripts/*.def Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/CHANGES b/CHANGES index 95e5f1b4..aff20731 100644 --- a/CHANGES +++ b/CHANGES @@ -2553,7 +2553,8 @@ version 1.2.41beta14 [November 8, 2009] 1.2.41beta12. Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features from 1.2.41beta08. - Retained png_calloc() from 1.2.41beta08 but as a non-exported function. + Retained png_calloc() from 1.2.41beta08 but as a non-exported function, + and removed reference to png_calloc from scripts/*.def Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/scripts/png32ce.def b/scripts/png32ce.def index 3fd06a59..83e8e976 100644 --- a/scripts/png32ce.def +++ b/scripts/png32ce.def @@ -243,4 +243,3 @@ EXPORTS png_get_chunk_cache_max @215 png_set_chunk_cache_max @216 png_check_cHRM_fixed @217 - png_calloc @218 diff --git a/scripts/pngos2.def b/scripts/pngos2.def index 10e4b9f2..bb30368b 100644 --- a/scripts/pngos2.def +++ b/scripts/pngos2.def @@ -234,7 +234,6 @@ EXPORTS png_get_chunk_cache_max png_set_chunk_cache_max png_check_cHRM_fixed - png_calloc ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS png_pass_start diff --git a/scripts/pngw32.def b/scripts/pngw32.def index 40aec02e..967a2c55 100644 --- a/scripts/pngw32.def +++ b/scripts/pngw32.def @@ -248,4 +248,3 @@ EXPORTS png_get_chunk_cache_max @215 png_set_chunk_cache_max @216 png_check_cHRM_fixed @217 - png_calloc @218