Imported from libpng-1.0.11beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-04-03 22:43:19 -05:00
parent 13cfbac075
commit 87c6bc984a
51 changed files with 139 additions and 139 deletions

View File

@@ -1,26 +1,13 @@
Libpng 1.0.10 - March 30, 2001
Libpng 1.0.11beta1 - April 4, 2001
This is a public release of libpng, intended for use in production codes.
Changes since the last public release (1.0.9):
Changes since the last public release (1.0.10):
Revised makefile.dec
Reformatted libpng.3 to eliminate bad line breaks.
Added checks for _mmx_supported in the read_filter_row function of pnggccrd.c
Added prototype for png_mmx_support() near the top of pnggccrd.c
Moved some error checking from png_handle_IHDR to png_set_IHDR.
Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros.
Revised png_mmx_support() function in pnggccrd.c
Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c
Fixed memory leak in contrib/visupng/PngFile.c
Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version)
Added warnings when retrieving or setting gamma=0.
Changed all instances of memcpy, strcpy, and strlen to png_memcpy, png_strcpy,
and png_strlen.
Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
Deleted extraneous space (introduced in 1.0.9) from line 42 of makefile.cygwin
Added beos project files (Chris Herborth)
Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
Removed a no-longer needed AIX work-around from pngconf.h
Changed several "//" single-line comments to C-style in pnggccrd.c
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu