From ec39f8f8d7147ce1ebf705017588035de8f56f85 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 12 Feb 2010 21:25:37 -0600 Subject: [PATCH] [master] Update announcements about png_decompress_chunk(). --- ANNOUNCE | 2 +- CHANGES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 2960424ba..f6b033590 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -80,7 +80,7 @@ version 1.4.1beta11 [February 13, 2010] Removed the cbuilder5 project, which has not been updated to 1.4.0. Removed unused "buffer_size" variable from png_decompress_chunk(). Relocated misplaced closing curley bracket in png_decompress_chunk(). - Reverted to original png_decompress_chunk() plus counting pass. + Complete rewrite of two-pass png_decompress_chunk() by John Bowler. Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/CHANGES b/CHANGES index 122e27c55..35f9bda78 100644 --- a/CHANGES +++ b/CHANGES @@ -2513,7 +2513,7 @@ version 1.4.1beta11 [February 13, 2010] Relocated misplaced closing curley bracket in png_decompress_chunk(). Removed unused "buffer_size" variable from png_decompress_chunk(). Removed the cbuilder5 project, which has not been updated to 1.4.0. - Reverted to original png_decompress_chunk() plus counting pass. + Complete rewrite of two-pass png_decompress_chunk() by John Bowler. version 1.4.1rc02 [February 13, 2010]