diff --git a/ANNOUNCE b/ANNOUNCE index 8e4df16a9..612f330b6 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.1beta08 - January 22, 2011 +Libpng 1.5.1beta08 - January 23, 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. @@ -70,7 +70,7 @@ Version 1.5.1beta07 [January 22, 2011] Added const_png_structp and const_png_infop types, and used them in prototypes for most png_get_*() functions. -Version 1.5.1beta08 [January 22, 2011] +Version 1.5.1beta08 [January 23, 2011] Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name() Added synopses for the IO_STATE functions and other missing synopses to the manual. Removed the synopses from libpngpf.3 because they @@ -80,16 +80,12 @@ Version 1.5.1beta08 [January 22, 2011] Added a make macro DFNCPP that is a CPP that will accept the tokens in a .dfn file and adds configure stuff to test for such a CPP. ./configure should fail if one is not available. - -Version 1.5.1beta09 [January 22, 2011] Corrected const_png_ in png.h to png_const_ to avoid polluting the namespace. Added png_get_current_row_number and png_get_current_pass_number for the - benefit of the user transform callback. + benefit of the user transform callback. Added png_process_data_pause and png_process_data_skip for the benefit of - progressive readers that need to stop data processing or want to optimize - skipping of unread data (e.g. if the reader marks a chunk to be skipped.) - - + progressive readers that need to stop data processing or want to optimize + skipping of unread data (e.g. if the reader marks a chunk to be skipped.) Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 0ff873a8a..f1e5a7344 100644 --- a/CHANGES +++ b/CHANGES @@ -3186,7 +3186,7 @@ Version 1.5.1beta07 [January 22, 2011] Added const_png_structp and const_png_infop types, and used them in prototypes for most png_get_*() functions. -Version 1.5.1beta08 [January 22, 2011] +Version 1.5.1beta08 [January 23, 2011] Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name() Added synopses for the IO_STATE functions and other missing synopses to the manual. Removed the synopses from libpngpf.3 because they @@ -3196,14 +3196,12 @@ Version 1.5.1beta08 [January 22, 2011] Added a make macro DFNCPP that is a CPP that will accept the tokens in a .dfn file and adds configure stuff to test for such a CPP. ./configure should fail if one is not available. - -Version 1.5.1beta09 [January 22, 2011] Corrected const_png_ in png.h to png_const_ to avoid polluting the namespace. Added png_get_current_row_number and png_get_current_pass_number for the - benefit of the user transform callback. + benefit of the user transform callback. Added png_process_data_pause and png_process_data_skip for the benefit of - progressive readers that need to stop data processing or want to optimize - skipping of unread data (e.g. if the reader marks a chunk to be skipped.) + progressive readers that need to stop data processing or want to optimize + skipping of unread data (e.g. if the reader marks a chunk to be skipped.) Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit