From 5e07dc6970cb43b44675d1b20affa851300a6837 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 16 Dec 2012 16:47:07 -0600 Subject: [PATCH] [libpng17] Updated documentation about functions deprecated in 1.6.0 --- libpng-manual.txt | 6 +++++- libpng.3 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libpng-manual.txt b/libpng-manual.txt index fe1ecb9a7..707862cbd 100644 --- a/libpng-manual.txt +++ b/libpng-manual.txt @@ -4931,8 +4931,10 @@ The following API are now DEPRECATED: png_info_init_3() png_convert_to_rfc1123() which has been replaced with png_convert_to_rfc1123_buffer() + png_data_freer() png_malloc_default() png_free_default() + png_reset_zstream() The following have been removed: png_get_io_chunk_name(), which has been replaced @@ -4971,7 +4973,9 @@ XIII. Changes to Libpng from version 1.6.x to 1.7.x Some functions that were deprecated in libpng-1.6.0 were removed: png_reset_zstream(), png_info_init_3(), - and png_data_freer() and its associated flags. + png_data_freer() and its associated flags, + png_malloc_default(), + and png_free_default(). The 8-bit compose and rgb_to_grayscale operatons were made more accurate. While these did not introduce API incompatibility, there may be differences diff --git a/libpng.3 b/libpng.3 index e748088d3..260a7b770 100644 --- a/libpng.3 +++ b/libpng.3 @@ -5909,8 +5909,10 @@ The following API are now DEPRECATED: png_info_init_3() png_convert_to_rfc1123() which has been replaced with png_convert_to_rfc1123_buffer() + png_data_freer() png_malloc_default() png_free_default() + png_reset_zstream() The following have been removed: png_get_io_chunk_name(), which has been replaced @@ -5949,7 +5951,9 @@ it possible to skip IDAT chunks in the sequential reader. Some functions that were deprecated in libpng-1.6.0 were removed: png_reset_zstream(), png_info_init_3(), - and png_data_freer() and its associated flags. + png_data_freer() and its associated flags, + png_malloc_default(), + and png_free_default(). The 8-bit compose and rgb_to_grayscale operatons were made more accurate. While these did not introduce API incompatibility, there may be differences