[libpng17] Updated documentation about functions deprecated in 1.6.0
diff --git a/libpng-manual.txt b/libpng-manual.txt
index fe1ecb9..707862c 100644
--- a/libpng-manual.txt
+++ b/libpng-manual.txt
@@ -4931,8 +4931,10 @@
    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 @@
 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 e748088..260a7b7 100644
--- a/libpng.3
+++ b/libpng.3
@@ -5909,8 +5909,10 @@
    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 @@
 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