diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-05-17 17:39:34 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:09 -0500 |
commit | fc4a143ec6ec77d4de4a6d0247f58fcb47d9d6f2 (patch) | |
tree | 571e0c640ac3364f7f53a0a7fbe4d3f14cf02e6e /CHANGES | |
parent | ec61c23d569867b38c01d6df62d640a99de816ab (diff) | |
download | libpng-fc4a143ec6ec77d4de4a6d0247f58fcb47d9d6f2.tar.gz |
Imported from libpng-1.0.7beta14.tarv1.0.7beta14
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -753,6 +753,11 @@ version 1.0.7beta13 [May 16, 2000] 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). +version 1.0.7beta14 [May 17, 2000] + Fixed a new bug in png_set_rows(). + Removed info_ptr->valid tests from png_free_data(), as in version 1.0.5. + Added png_set_invalid() function. + Fixed incorrect illustrations of png_destroy_write_struct() in example.c. Send comments/corrections/commendations to png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu |