[devel] Updated CHANGES and ANNOUNCE.

This commit is contained in:
Glenn Randers-Pehrson 2011-01-22 18:37:17 -06:00
parent f19abd6725
commit cbabd9c7e1
2 changed files with 9 additions and 15 deletions

View File

@ -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 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. 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 Added const_png_structp and const_png_infop types, and used them in
prototypes for most png_get_*() functions. 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 png_get_io_chunk_type() and deprecated png_get_io_chunk_name()
Added synopses for the IO_STATE functions and other missing synopses Added synopses for the IO_STATE functions and other missing synopses
to the manual. Removed the synopses from libpngpf.3 because they 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 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 a .dfn file and adds configure stuff to test for such a CPP. ./configure
should fail if one is not available. 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. 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 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 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 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.) 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: Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit (subscription required; visit

10
CHANGES
View File

@ -3186,7 +3186,7 @@ Version 1.5.1beta07 [January 22, 2011]
Added const_png_structp and const_png_infop types, and used them in Added const_png_structp and const_png_infop types, and used them in
prototypes for most png_get_*() functions. 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 png_get_io_chunk_type() and deprecated png_get_io_chunk_name()
Added synopses for the IO_STATE functions and other missing synopses Added synopses for the IO_STATE functions and other missing synopses
to the manual. Removed the synopses from libpngpf.3 because they 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 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 a .dfn file and adds configure stuff to test for such a CPP. ./configure
should fail if one is not available. 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. 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 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 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 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.) 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 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit