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

26 lines
1.1 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2000-07-14 13:15:12 +00:00
Libpng 1.0.8beta4 - July 14, 2000
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
2000-07-11 12:12:36 +00:00
Changes since the last public release (1.0.7):
1999-09-17 17:27:26 +00:00
2000-07-08 18:19:41 +00:00
Added png_free(png_ptr, key) two places in pngpread.c to stop memory leaks.
Changed PNG_NO_STDIO to PNG_NO_CONSOLE_IO, several places in pngrutil.c and
pngwutil.c.
Changed PNG_EXPORT_VAR to use PNG_IMPEXP, in pngconf.h.
Removed unused "#include <assert.h>" from png.c
Added WindowsCE support.
Revised pnggccrd.c to work with gcc-2.95.2 and in the Cygwin environment.
2000-07-11 12:12:36 +00:00
Only set the PNG_FLAG_FREE_TRNS or PNG_FREE_TRNS flag in png_handle_tRNS()
for indexed-color input files to avoid potential double-freeing trans array
under some unusual conditions; problem was introduced in version 1.0.7.
2000-07-14 13:15:12 +00:00
Added the files pngbar.png and pngbar.jpg to the distribution.
Added cygwin subdirectory, makefile.cygwin, and cygwin support in pngconf.h
Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
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