This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

29 lines
1.2 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2001-03-30 12:42:28 +00:00
Libpng 1.0.10 - March 30, 2001
1998-04-21 20:03:57 +00:00
2000-05-06 19:09:57 +00:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 20:03:57 +00:00
2001-03-14 13:08:39 +00:00
Changes since the last public release (1.0.9):
1999-09-17 17:27:26 +00:00
2001-03-14 13:08:39 +00:00
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.
2001-03-23 11:06:56 +00:00
Changed all instances of memcpy, strcpy, and strlen to png_memcpy, png_strcpy,
and png_strlen.
2001-03-30 12:42:28 +00:00
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)
1998-04-21 20:03:57 +00:00
Send comments/corrections/commendations to
1999-09-17 17:27:26 +00:00
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P