blob: 83fa5fd06e3ca7fbcfadb51b6c5bdf699aebd05d [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002Libpng 1.0.2a - December 29, 1998
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06004This is not intended to be a public release. It will be replaced
5within a few weeks by a public version or by another test version.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05006
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06007Changes since the last public release:
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05008
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06009libpng-1.0.2a:
10
11 Replaced and extended code that was removed from png_set_filler() in 1.0.1a.
12 Fixed a bug in png_do_filler() that made it fail to write filler bytes in
13 the left-most pixel of each row (Kevin Bracey).
14 Changed "static pngcharp tIME_string" to "static char tIME_string[30]"
15 in pngtest.c (Duncan Simpson).
16 Fixed a problem in pngrutil.c: gray_to_rgb didn't always work with 16-bit.
17 Fixed a problem in png_read_push_finish_row(), which would not skip some
18 passes that it should skip, for images that are less than 3 pixels high.
19 Interchanged the order of calls to png_do_swap() and png_do_shift()
20 in pngwtran.c (John Cromer).
21 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
22 Changed "bad adaptive filter type" from error to warning in pngrutil.c .
23 Fixed a documentation error about default filtering with 8-bit indexed-color.
24 Separated the PNG_NO_STDIO macro into PNG_NO_STDIO and PNG_NO_CONSOLE_IO
25 (L. Peter Deutsch).
26 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
27 Added png_get_copyright() and png_get_header_version() functions.
28 Revised comments on png_set_progressive_read_fn() in libpng.txt and example.c
29 Added information about debugging in libpng.txt and libpng.3 .
30 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and makefile.sco.
31 Removed lines after Dynamic Dependencies" in makefile.aco .
32 Revised makefile.dec to make a shared library (Jeremie Petit).
33 Removed trailing blanks from all files.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050034
35Send comments/corrections/commendations to
36png-implement@dworkin.wustl.edu or to randeg@alumni.rpi.edu
37
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060038Glenn R-P