diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 23:17:38 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 23:24:15 -0500 |
commit | a61724c0047f7f21ac8b0877310b73621823ef93 (patch) | |
tree | a70af8ad8307810acda450adb343a9ff95988100 | |
parent | 29b738b4e6389c81c3cd9896c3d6103372990dc3 (diff) | |
download | libpng-a61724c0047f7f21ac8b0877310b73621823ef93.tar.gz |
[master] Imported from libpng-1.2.41beta10.tarv1.2.41beta10
-rw-r--r-- | libpng.3 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3771,6 +3771,13 @@ accomplish this, the functions png_create_read_struct_2(), png_create_write_struct_2(), png_set_mem_fn(), png_get_mem_ptr(), png_malloc_default(), and png_free_default() were added. +Support for the iTXt chunk has been enabled by default as of +version 1.2.41. If you have been defining PNG_iTXt_SUPPORTED +already, please continue to do so, as a signal to libpng that your +previous versions also supported iTXt. If you have not been defining +PNG_iTXt_SUPPORTED, please don't start now; it will be enabled for +you by default. + Support for certain MNG features was enabled. Support for numbered error messages was added. However, we never got |