1 |
|
---|
2 | Libpng 1.2.54 - November 12, 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.54.tar.xz (LZMA-compressed, recommended)
|
---|
12 | libpng-1.2.54.tar.gz
|
---|
13 | libpng-1.2.54.tar.bz2
|
---|
14 |
|
---|
15 | Source files with LF line endings (for Unix/Linux) without the
|
---|
16 | "configure" script
|
---|
17 |
|
---|
18 | libpng-1.2.54-no-config.tar.xz (LZMA-compressed, recommended)
|
---|
19 | libpng-1.2.54-no-config.tar.gz
|
---|
20 | libpng-1.2.54-no-config.tar.bz2
|
---|
21 |
|
---|
22 | Source files with CRLF line endings (for Windows), without the
|
---|
23 | "configure" script
|
---|
24 |
|
---|
25 | lpng1254.zip
|
---|
26 | lpng1254.7z
|
---|
27 | lpng1254.tar.bz2
|
---|
28 |
|
---|
29 | Project files
|
---|
30 |
|
---|
31 | libpng-1.2.54-project-netware.zip
|
---|
32 | libpng-1.2.54-project-wince.zip
|
---|
33 |
|
---|
34 | Other information:
|
---|
35 |
|
---|
36 | libpng-1.2.54-README.txt
|
---|
37 | libpng-1.2.54-KNOWNBUGS.txt
|
---|
38 | libpng-1.2.54-LICENSE.txt
|
---|
39 | libpng-1.2.54-Y2K-compliance.txt
|
---|
40 | libpng-1.2.54-[previous version]-diff.txt
|
---|
41 | libpng-1.2.54-*.asc (armored detached GPG signatures)
|
---|
42 |
|
---|
43 | Changes since the last public release (1.2.53):
|
---|
44 |
|
---|
45 | Fix typecast in a png_debug2() statement in png_set_text_2() to
|
---|
46 | avoid a compiler warning in PNG_DEBUG builds.
|
---|
47 | Fixed printf formats in pngtest.c to avoid compiler warnings and a
|
---|
48 | Coverity warning in PNG_DEBUG builds.
|
---|
49 | Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
|
---|
50 | Removed WRITE_WEIGHTED_FILTERED code.
|
---|
51 | Avoid potentially dereferencing NULL info_ptr in png_info_init_3().
|
---|
52 | Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
|
---|
53 | Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
|
---|
54 | because usleep() is deprecated (port from libpng16).
|
---|
55 | Fixed some bad links in the man page.
|
---|
56 | Added a safety check in png_set_tIME() (Fixes CVE-2015-7981, bug report
|
---|
57 | from Qixue Xiao).
|
---|
58 | Prevent writing over-length PLTE chunk (Cosmin Truta).
|
---|
59 | Silently truncate over-length PLTE chunk while reading.
|
---|
60 | Clarified COPYRIGHT information to state explicitly that versions
|
---|
61 | are derived from previous versions.
|
---|
62 | Removed much of the long list of previous versions from png.h and
|
---|
63 | libpng.3.
|
---|
64 |
|
---|
65 | Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
---|
66 | (subscription required; visit
|
---|
67 | https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
---|
68 | to subscribe)
|
---|
69 | or to glennrp at users.sourceforge.net
|
---|
70 |
|
---|
71 | Glenn R-P
|
---|
72 | #endif
|
---|