Imported from libpng-1.0.7beta13.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-05-16 06:17:36 -05:00
parent 1ef65b6742
commit ec61c23d56
40 changed files with 131 additions and 108 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.0.7beta12 - May 12, 2000
Libpng 1.0.7beta13 - May 16, 2000
This is a public release of libpng, intended for use in production codes.
@@ -65,6 +65,13 @@ Changes since the last public release (1.0.6):
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().
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