blob: d4684e8206502741a1520c3e501461605b7b869f [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -06002Libpng 1.2.9beta1 - February 21, 2006
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -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-Pehrson9c3ab682006-02-20 22:09:05 -06007Changes since the last public release (1.2.8):
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05008
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -06009version 1.2.9beta1 [February 21, 2006]
10 Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints
11 Revised man page and libpng.txt to make it clear that one should not call
12 png_read_end or png_write_end after png_read_png or png_write_png.
13 Updated references to png-mng-implement mailing list.
14 Fixed an incorrect typecast in pngrutil.c
15 Added PNG_READ_SUPPORTED conditionals for making a write-only library.
16 Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional.
17 Optimized alpha-inversion loops in pngwtran.c
18 Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c
19 Make sure num_trans is <= 256 before copying data in png_set_tRNS().
20 Make sure num_palette is <= 256 before copying data in png_set_PLTE().
21 Interchanged order of write_swap_alpha and write_invert_alpha transforms.
22 Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
23 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
24 Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin).
25 Fixed inconsistency in definition of png_default_read_data()
26 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
27 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
28 Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
29 Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin).
30 Added type cast (png_byte) in png_write_sCAL() (Cosmin).
31 Fixed scripts/makefile.cygwin (Cosmin).
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050032
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060033Send comments/corrections/commendations to png-mng-implement at lists.sf.net
34(subscription required; visit
35https://lists.sourceforge.net/lists/listinfo/png-mng-implement
36to subscribe) or to glennrp at users.sourceforge.net
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050037
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060038Glenn R-P