blob: c2f5ac30e7b9ba499cbe301407c5763e434b08ca [file] [log] [blame]
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05001
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -06002Libpng 1.2.9beta2 - February 22, 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-Pehrsonddfebd32006-02-22 09:19:25 -06007Files available for download:
8
9Source files with LF line endings (for Unix/Linux) and with a
10"configure" script
11
12 1.2.9beta2.tar.gz
13 1.2.9beta2.tar.bz2
14
15Source files with CRLF line endings (for Windows), without the
16"configure" script
17
18 lp129b02.zip
19 lp129b02.tar.bz2
20
21Project files
22
23 1.2.9beta2-project-netware.zip
24 1.2.9beta2-project-wince.zip
25
26Other information:
27
28 1.2.9beta2-README.txt
29 1.2.9beta2-KNOWNBUGS.txt
30 1.2.9beta2-LICENSE.txt
31 1.2.9beta2-Y2K-compliance.txt
32
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060033Changes since the last public release (1.2.8):
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050034
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060035version 1.2.9beta1 [February 21, 2006]
36 Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060037 Fixed an incorrect typecast in pngrutil.c
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060038 Added PNG_NO_READ_SUPPORTED conditionals for making a write-only library.
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060039 Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional.
40 Optimized alpha-inversion loops in pngwtran.c
41 Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c
42 Make sure num_trans is <= 256 before copying data in png_set_tRNS().
43 Make sure num_palette is <= 256 before copying data in png_set_PLTE().
44 Interchanged order of write_swap_alpha and write_invert_alpha transforms.
45 Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060046 Fixed inconsistency in definition of png_default_read_data()
47 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
48 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
49 Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060050 Added type cast (png_byte) in png_write_sCAL() (Cosmin).
51 Fixed scripts/makefile.cygwin (Cosmin).
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060052 Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin).
53 Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin).
54 Updated references to png-mng-implement mailing list.
55 Revised man page and libpng.txt to make it clear that one should not call
56 png_read_end or png_write_end after png_read_png or png_write_png.
57 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
58
59version 1.2.9beta2 [February 22, 2006]
60
61 Check for png_rgb_to_gray and png_gray_to_rgb read transformations before
62 checking for png_read_dither in pngrtran.c
63 Revise checking of chromaticity limits to accommodate extended RGB
64 colorspace (John Denker).
65 Changed line endings in some of the project files to CRLF, even in the
66 "Unix" tar distributions (Cosmin).
67 Make png_get_uint_16 and png_write_uint_16 always available (Cosmin).
68 Updated scripts/pngw32.def and projects/wince/png32ce.def with the
69 newly exported functions.
70 Eliminated tarball distributions without a "configure" script.
71 Updated INSTALL instructions.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050072
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -060073Send comments/corrections/commendations to png-mng-implement at lists.sf.net
74(subscription required; visit
75https://lists.sourceforge.net/lists/listinfo/png-mng-implement
76to subscribe) or to glennrp at users.sourceforge.net
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -050077
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060078Glenn R-P