From a3791aabaa1332608efe5088823e4862cc6b7022 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 13 Feb 2011 06:59:37 -0600 Subject: [PATCH] [devel] Updated CHANGES and ANNOUNCE --- ANNOUNCE | 12 +++++++++--- CHANGES | 11 ++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 07f42c499..42705d1fb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -30,9 +30,15 @@ Version 1.5.2beta01 [February 13, 2011] More -Wshadow fixes for older gcc compilers. Older gcc versions apparently check formal parameters names in function declarations (as well as definitions) to see if they match a name in the global namespace. - Changed empty parameter to PNG_BLANK in PNG_EXPORTA definition to - accommodate the old VisualC++ preprocessor. - Defined PNG_ALLOCATED to empty for MSC_VER < 1300. + Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the + old VisualC++ preprocessor. + Turned on interlace handling in png_read_png(). + Fixed gcc pendantic warnings. + Handle longjmp in Cygwin. + Fixed png_get_current_row_number() in the interlaced case. + Cleaned up ALPHA flags and transformations. + Implemented expansion to 16 bits. + Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 3a03fa317..392764fc6 100644 --- a/CHANGES +++ b/CHANGES @@ -3246,9 +3246,14 @@ Version 1.5.2beta01 [February 13, 2011] More -Wshadow fixes for older gcc compilers. Older gcc versions apparently check formal parameters names in function declarations (as well as definitions) to see if they match a name in the global namespace. - Changed empty parameter to PNG_BLANK in PNG_EXPORTA definition to - accommodate the old VisualC++ preprocessor. - Defined PNG_ALLOCATED to empty for MSC_VER < 1300. + Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the + old VisualC++ preprocessor. + Turned on interlace handling in png_read_png(). + Fixed gcc pendantic warnings. + Handle longjmp in Cygwin. + Fixed png_get_current_row_number() in the interlaced case. + Cleaned up ALPHA flags and transformations. + Implemented expansion to 16 bits. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit