[devel] Updated CHANGES and ANNOUNCE
diff --git a/ANNOUNCE b/ANNOUNCE
index 07f42c4..42705d1 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -30,9 +30,15 @@
   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 3a03fa3..392764f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3246,9 +3246,14 @@
   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