Imported from libpng-1.0.9beta6.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-12-18 09:33:57 -06:00
parent 2ad31ae31f
commit 408b421265
48 changed files with 231 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.0.9beta5 - December 15, 2000
Libpng 1.0.9beta6 - December 18, 2000
This is a public release of libpng, intended for use in production codes.
@@ -35,6 +35,15 @@ Changes since the last public release (1.0.8):
Change png_chunk_warning to png_warning in png_check_keyword().
Increased the first part of msg buffer from 16 to 18 in png_chunk_error().
Added support for filter method 64 (for PNG datastreams embedded in MNG)
Revised png_set_filter() to accept filter method 64 when appropriate.
Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
help prevent applications from using MNG features in PNG datastreams.
Revised libpng.3/libpng.txt. Changed "filter type" to "filter method".
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
Glenn R-P
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu