blob: 204bbfd2b8873dd2e6f5cb0ad5a84c3d34984b6e [file] [log] [blame]
The Android Open Source Project893912b2009-03-03 19:30:05 -08001
Patrick Scotta0bb96c2009-07-22 11:50:02 -04002Libpng 1.2.38 - July 16, 2009
The Android Open Source Project893912b2009-03-03 19:30:05 -08003
4This is a public release of libpng, intended for use in production codes.
5
6Files available for download:
7
8Source files with LF line endings (for Unix/Linux) and with a
9"configure" script
10
Patrick Scotta0bb96c2009-07-22 11:50:02 -040011 libpng-1.2.38.tar.gz
12 libpng-1.2.38.tar.lzma
The Android Open Source Project893912b2009-03-03 19:30:05 -080013 (Get the lzma codec from <http://tukaani.org/lzma>).
Patrick Scotta0bb96c2009-07-22 11:50:02 -040014 libpng-1.2.38.tar.bz2
The Android Open Source Project893912b2009-03-03 19:30:05 -080015
16Source files with LF line endings (for Unix/Linux) without the
17"configure" script
18
Patrick Scotta0bb96c2009-07-22 11:50:02 -040019 libpng-1.2.38-no-config.tar.gz
20 libpng-1.2.38-no-config.tar.lzma
21 libpng-1.2.38-no-config.tar.bz2
The Android Open Source Project893912b2009-03-03 19:30:05 -080022
23Source files with CRLF line endings (for Windows), without the
24"configure" script
25
Patrick Scotta0bb96c2009-07-22 11:50:02 -040026 lpng1238.zip
27 lpng1238.7z
28 lpng1238.tar.bz2
The Android Open Source Project893912b2009-03-03 19:30:05 -080029
30Project files
31
Patrick Scotta0bb96c2009-07-22 11:50:02 -040032 libpng-1.2.38-project-netware.zip
33 libpng-1.2.38-project-wince.zip
The Android Open Source Project893912b2009-03-03 19:30:05 -080034
35Other information:
36
Patrick Scotta0bb96c2009-07-22 11:50:02 -040037 libpng-1.2.38-README.txt
38 libpng-1.2.38-KNOWNBUGS.txt
39 libpng-1.2.38-LICENSE.txt
40 libpng-1.2.38-Y2K-compliance.txt
41 libpng-1.2.38-[previous version]-diff.txt
The Android Open Source Project893912b2009-03-03 19:30:05 -080042
Patrick Scotta0bb96c2009-07-22 11:50:02 -040043Changes since the last public release (1.2.37):
The Android Open Source Project893912b2009-03-03 19:30:05 -080044
Patrick Scotta0bb96c2009-07-22 11:50:02 -040045version 1.2.38 [July 16, 2009]
The Android Open Source Project893912b2009-03-03 19:30:05 -080046
Patrick Scotta0bb96c2009-07-22 11:50:02 -040047 Revised libpng*.txt and libpng.3 to mention calling png_set_IHDR()
48 multiple times and to specify the sample order in the tRNS chunk,
49 because the ISO PNG specification has a typo in the tRNS table.
50 Changed several PNG_UNKNOWN_CHUNK_SUPPORTED to
51 PNG_HANDLE_AS_UNKNOWN_SUPPORTED, to make the png_set_keep mechanism
52 available for ignoring known chunks even when not saving unknown chunks.
53 Added PNG_NO_HANDLE_AS_UNKNOWN in the PNG_LEGACY_SUPPORTED block of
54 pngconf.h, and moved the various unknown chunk macro definitions
55 outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED blocks.
56 Added a reference to the libpng license in each source file.
57 Rebuilt configure scripts with autoconf-2.63.
58
59
The Android Open Source Project893912b2009-03-03 19:30:05 -080060
61Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Patrick Scotta0bb96c2009-07-22 11:50:02 -040062(subscription required; visit
The Android Open Source Project893912b2009-03-03 19:30:05 -080063https://lists.sourceforge.net/lists/listinfo/png-mng-implement
64to subscribe) or to glennrp at users.sourceforge.net
65
66Glenn R-P