[devel] Update CHANGES and ANNOUNCE

This commit is contained in:
Glenn Randers-Pehrson
2011-05-18 21:44:37 -05:00
parent 5441e18988
commit 0a048923ae
3 changed files with 29 additions and 9 deletions

View File

@@ -1434,7 +1434,7 @@ png_init_read_transformations(png_structp png_ptr)
{
/* TODO: fix this. Because the expand_16 operation is after the compose
* handling the background color must be 8, not 16, bits deep, but the
* application will supply a 16 bit value so reduce it here.
* application will supply a 16-bit value so reduce it here.
*
* The PNG_BACKGROUND_EXPAND code above does not expand to 16 bits at
* present, so that case is ok (until do_expand_16 is moved.)