1 |
|
---|
2 | Libpng 1.2.53 - February 26, 2015
|
---|
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.53.tar.xz (LZMA-compressed, recommended)
|
---|
12 | libpng-1.2.53.tar.gz
|
---|
13 | libpng-1.2.53.tar.bz2
|
---|
14 |
|
---|
15 | Source files with LF line endings (for Unix/Linux) without the
|
---|
16 | "configure" script
|
---|
17 |
|
---|
18 | libpng-1.2.53-no-config.tar.xz (LZMA-compressed, recommended)
|
---|
19 | libpng-1.2.53-no-config.tar.gz
|
---|
20 | libpng-1.2.53-no-config.tar.bz2
|
---|
21 |
|
---|
22 | Source files with CRLF line endings (for Windows), without the
|
---|
23 | "configure" script
|
---|
24 |
|
---|
25 | lpng1253.zip
|
---|
26 | lpng1253.7z
|
---|
27 | lpng1253.tar.bz2
|
---|
28 |
|
---|
29 | Project files
|
---|
30 |
|
---|
31 | libpng-1.2.53-project-netware.zip
|
---|
32 | libpng-1.2.53-project-wince.zip
|
---|
33 |
|
---|
34 | Other information:
|
---|
35 |
|
---|
36 | libpng-1.2.53-README.txt
|
---|
37 | libpng-1.2.53-KNOWNBUGS.txt
|
---|
38 | libpng-1.2.53-LICENSE.txt
|
---|
39 | libpng-1.2.53-Y2K-compliance.txt
|
---|
40 | libpng-1.2.53-[previous version]-diff.txt
|
---|
41 | libpng-1.2.53-*.asc (armored detached GPG signatures)
|
---|
42 |
|
---|
43 | Changes since the last public release (1.2.52):
|
---|
44 |
|
---|
45 | Issue a png_error() instead of a png_warning() when width is
|
---|
46 | potentially too large for the architecture, in case the calling
|
---|
47 | application has overridden the default 1,000,000-column limit
|
---|
48 | (fixes CVE-2014-9495 and CVE-2015-0973).
|
---|
49 | Quieted some harmless warnings from Coverity-scan.
|
---|
50 | Display user limits in the output from pngtest.
|
---|
51 | Changed PNG_USER_CHUNK_MALLOC_MAX from unlimited to 8,000,000.
|
---|
52 | This can only be changed at library-build time. It only
|
---|
53 | affects the maximum memory that can be allocated to an
|
---|
54 | ancillary chunk; it does not limit the size of IDAT
|
---|
55 | data, which is instead limited by PNG_USER_WIDTH_MAX.
|
---|
56 | Rebuilt configure scripts with automake-1.15 and libtool-2.4.6
|
---|
57 |
|
---|
58 | Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
---|
59 | (subscription required; visit
|
---|
60 | https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
---|
61 | to subscribe)
|
---|
62 | or to glennrp at users.sourceforge.net
|
---|
63 |
|
---|
64 | Glenn R-P
|
---|
65 | #endif
|
---|