diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-05-16 06:17:36 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:08 -0500 |
commit | ec61c23d569867b38c01d6df62d640a99de816ab (patch) | |
tree | cd3409e211f4f41e81729c0aad43a7f67b1b2f25 /CHANGES | |
parent | 1ef65b674253a5a2ac4b171872eb041a3fb5476e (diff) | |
download | libpng-ec61c23d569867b38c01d6df62d640a99de816ab.tar.gz |
Imported from libpng-1.0.7beta13.tarv1.0.7beta13
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -745,6 +745,14 @@ version 1.0.7beta12 [May 12, 2000] Added png_access_version_number() function. Check for mask&PNG_FREE_CHNK (for TEXT, SCAL, PCAL) in png_free_data(). Expanded libpng.3/libpng.txt information about png_data_freer(). +version 1.0.7beta13 [May 16, 2000] + Changed pnggccrd.c and pngvcrd.c to handle bad adaptive filter types as + warnings instead of errors, as pngrutil.c does. + Set the PNG_INFO_IDAT valid flag in png_set_rows() so png_write_png() + will actually write IDATs. + Made the default PNG_USE_LOCAL_ARRAYS depend on PNG_DLL instead of WIN32. + Make png_free_data() ignore its final parameter when freeing data that can + have multiple instances (text, sPLT, unknowns). Send comments/corrections/commendations to png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu |