All releases tagged Stable


Release Notes: This release fixes a bug in the progressive reader with reading malformed PNG files that have more row data in the IDAT chunk than is required (CVE-2010-1205) and a memory leak when reading malformed sCAL chunks.


Release Notes: This is a minor code cleanup release. The "png_check_sig()" macro has been restored. The "png_set_dither()" function has bee restored but was renamed "png_set_quantize()" to reflect more accurately what it really does. A new "vstudio" project was added.


Release Notes: The license declarations were revised to mention the "libpng license". The configuration files were rebuilt with autoconf-2.63. Some "#ifdef's" were revised to separate unknown chunk support from png_set_keep_unknown_chunks() support because the latter is useful in its own right for ignoring known but unused chunks.


Release Notes: This release consists of minor code cleanup plus fixing a potential memory leak in the "new_key" string.