mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Updated CHANGES and ANNOUNCE.
This commit is contained in:
parent
f19abd6725
commit
cbabd9c7e1
8
ANNOUNCE
8
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
|
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,8 +80,6 @@ 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.
|
||||||
@ -89,8 +87,6 @@ Version 1.5.1beta09 [January 22, 2011]
|
|||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
4
CHANGES
4
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
|
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,8 +3196,6 @@ 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user