[devel] Updated scripts/symbols.def with new API functions.
This commit is contained in:
parent
8eb8833b74
commit
bef60dc624
2
ANNOUNCE
2
ANNOUNCE
@ -28,8 +28,10 @@ Changes since the last public release (1.5.2):
|
|||||||
|
|
||||||
Version 1.5.3beta01 [April 1, 2011]
|
Version 1.5.3beta01 [April 1, 2011]
|
||||||
Re-initialize the zlib compressor before compressing non-IDAT chunks.
|
Re-initialize the zlib compressor before compressing non-IDAT chunks.
|
||||||
|
Added API functions to set parameters for zlib compression of non-IDAT chunks.
|
||||||
|
|
||||||
Version 1.5.3beta02 [April 1, 2011]
|
Version 1.5.3beta02 [April 1, 2011]
|
||||||
|
Updated scripts/symbols.def with new API functions.
|
||||||
|
|
||||||
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
|
||||||
|
2
CHANGES
2
CHANGES
@ -3289,8 +3289,10 @@ Version 1.5.2 [March 31, 2011]
|
|||||||
|
|
||||||
Version 1.5.3beta01 [April 1, 2011]
|
Version 1.5.3beta01 [April 1, 2011]
|
||||||
Re-initialize the zlib compressor before compressing non-IDAT chunks.
|
Re-initialize the zlib compressor before compressing non-IDAT chunks.
|
||||||
|
Added API functions to set parameters for zlib compression of non-IDAT chunks.
|
||||||
|
|
||||||
Version 1.5.3beta02 [April 1, 2011]
|
Version 1.5.3beta02 [April 1, 2011]
|
||||||
|
Updated scripts/symbols.def with new API functions.
|
||||||
|
|
||||||
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
|
||||||
|
@ -227,3 +227,8 @@ EXPORTS
|
|||||||
png_process_data_pause @219
|
png_process_data_pause @219
|
||||||
png_process_data_skip @220
|
png_process_data_skip @220
|
||||||
png_set_expand_16 @221
|
png_set_expand_16 @221
|
||||||
|
png_set_text_compression_level @222
|
||||||
|
png_set_text_compression_mem_level @223
|
||||||
|
png_set_text_compression_strategy @224
|
||||||
|
png_set_text_compression_window_bits @225
|
||||||
|
png_set_text_compression_level @226
|
||||||
|
Loading…
Reference in New Issue
Block a user