diff --git a/ANNOUNCE b/ANNOUNCE index d84f441ef759bccc750fb888cb4589cd5c9e0dec..73c3307dd2f43176b72e156efb2e17be3f3b8817 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.2beta02 - February 14, 2011 +Libpng 1.5.2beta02 - February 16, 2011 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -39,9 +39,14 @@ Version 1.5.2beta01 [February 13, 2011] Cleaned up ALPHA flags and transformations. Implemented expansion to 16 bits. -Version 1.5.2beta02 [February 14, 2011] +Version 1.5.2beta02 [February 16, 2011] Fixed mistake in the descriptions of user read_transform and write_transform function prototypes in the manual. The row_info struct is png_row_infop. + Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior. + Corrected png_get_current_row_number documentation + Fixed the read/write row callback documentation. + This documents the current behavior, where the callback is called after + every row with information pertaining to the next row. Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index f5b78551f6e3dd6f240c3d73a0944336c23ccac7..94619aa6f293a27161bcb03e0e176c9c6ea88b69 100644 --- a/CHANGES +++ b/CHANGES @@ -3255,9 +3255,18 @@ Version 1.5.2beta01 [February 13, 2011] Cleaned up ALPHA flags and transformations. Implemented expansion to 16 bits. -Version 1.5.2beta02 [February 14, 2011] +Version 1.5.2beta02 [February 16, 2011] Fixed mistake in the descriptions of user read_transform and write_transform function prototypes in the manual. The row_info struct is png_row_infop. + Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior. + Corrected png_get_current_row_number documentation + Fixed the read/write row callback documentation. + This documents the current behavior, where the callback is called after + every row with information pertaining to the next row. + +This documents the current behavior, where the callback is called after every +row with information pertaining to the next row. 1.6 may well call the callback +before every row with information for the next row. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit