blob: 51a000f819688c7ca2aff1299fded6779878c57e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Libpng 1.2.14 - November 27, 2006
This is a public release of libpng, intended for use in production codes.
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.2.14.tar.gz
libpng-1.2.14.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.14-no-config.tar.gz
libpng-1.2.14-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lpng1214.zip
lpng1214.tar.bz2
Project files
libpng-1.2.14-project-netware.zip
libpng-1.2.14-project-wince.zip
Other information:
libpng-1.2.14-README.txt
libpng-1.2.14-KNOWNBUGS.txt
libpng-1.2.14-LICENSE.txt
libpng-1.2.14-Y2K-compliance.txt
Changes since the last public release (1.2.13):
version 1.2.14 [November 27, 2006]
Relocated three misplaced tests for NULL png_ptr.
Built Makefile.in with automake-1.9.6 instead of 1.9.2.
Build configure with autoconf-2.60 instead of 2.59
Added some typecasts in png_zalloc().
Changed "strtod" to "png_strtod" in pngrutil.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
Glenn R-P
|