- Add libpng 1.2.24 (from libpng.org)
[reactos.git] / rosapps / lib / libpng / docs / ANNOUNCE
1
2 Libpng 1.2.24 - December 14, 2007
3
4 This is a public release of libpng, intended for use in production codes.
5
6 Files available for download:
7
8 Source files with LF line endings (for Unix/Linux) and with a
9 "configure" script
10
11 libpng-1.2.24.tar.gz
12 libpng-1.2.24.tar.bz2
13
14 Source files with LF line endings (for Unix/Linux) without the
15 "configure" script
16
17 libpng-1.2.24-no-config.tar.gz
18 libpng-1.2.24-no-config.tar.bz2
19
20 Source files with CRLF line endings (for Windows), without the
21 "configure" script
22
23 lpng1224.zip
24 lpng1224.tar.bz2
25
26 Project files
27
28 libpng-1.2.24-project-netware.zip
29 libpng-1.2.24-project-wince.zip
30
31 Other information:
32
33 libpng-1.2.24-README.txt
34 libpng-1.2.24-KNOWNBUGS.txt
35 libpng-1.2.24-LICENSE.txt
36 libpng-1.2.24-Y2K-compliance.txt
37
38 Changes since the last public release (1.2.23):
39
40 version 1.2.24 [December 14, 2007]
41
42 Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
43 introduced in libpng-1.2.20.
44 Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
45 Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct()
46 when png_ptr is NULL (Marshall Clow).
47 Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike
48 Frysinger).
49 Removed a useless test and fixed incorrect test in png_set_cHRM_fixed()
50 (David Hill).
51 Make sure not to redefine _BSD_SOURCE in pngconf.h
52 Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling
53 unused files.
54
55
56
57 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
58 (subscription required; visit
59 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
60 to subscribe) or to glennrp at users.sourceforge.net
61
62 Glenn R-P