[master] Update announcements about png_decompress_chunk().

This commit is contained in:
Glenn Randers-Pehrson 2010-02-12 21:25:37 -06:00
parent a2cde53c87
commit ec39f8f8d7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]