blob: 48b4e96045e18caad9e2716f0714cd5cd0894f41 [file] [log] [blame]
The Android Open Source Project893912b2009-03-03 19:30:05 -08001
The Android Open Source Project4215dd12009-03-09 11:52:12 -07002Libpng 1.2.35 - February 14, 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
The Android Open Source Project4215dd12009-03-09 11:52:12 -070011 libpng-1.2.35.tar.gz
12 libpng-1.2.35.tar.lzma
The Android Open Source Project893912b2009-03-03 19:30:05 -080013 (Get the lzma codec from <http://tukaani.org/lzma>).
The Android Open Source Project4215dd12009-03-09 11:52:12 -070014 libpng-1.2.35.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
The Android Open Source Project4215dd12009-03-09 11:52:12 -070019 libpng-1.2.35-no-config.tar.gz
20 libpng-1.2.35-no-config.tar.lzma
21 libpng-1.2.35-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
The Android Open Source Project4215dd12009-03-09 11:52:12 -070026 lpng1235.zip
27 lpng1235.7z
28 lpng1235.tar.bz2
The Android Open Source Project893912b2009-03-03 19:30:05 -080029
30Project files
31
The Android Open Source Project4215dd12009-03-09 11:52:12 -070032 libpng-1.2.35-project-netware.zip
33 libpng-1.2.35-project-wince.zip
The Android Open Source Project893912b2009-03-03 19:30:05 -080034
35Other information:
36
The Android Open Source Project4215dd12009-03-09 11:52:12 -070037 libpng-1.2.35-README.txt
38 libpng-1.2.35-KNOWNBUGS.txt
39 libpng-1.2.35-LICENSE.txt
40 libpng-1.2.35-Y2K-compliance.txt
41 libpng-1.2.35-[previous version]-diff.txt
The Android Open Source Project893912b2009-03-03 19:30:05 -080042
The Android Open Source Project4215dd12009-03-09 11:52:12 -070043Changes since the last public release (1.2.34):
The Android Open Source Project893912b2009-03-03 19:30:05 -080044
The Android Open Source Project4215dd12009-03-09 11:52:12 -070045version 1.2.35 [February 14, 2009]
The Android Open Source Project893912b2009-03-03 19:30:05 -080046
The Android Open Source Project4215dd12009-03-09 11:52:12 -070047 Zero out all arrays of pointers after png_malloc(). (Tavis Ormandy)
48 Use png_memset() instead of a loop to intialize pointers. We realize
49 this will not work on platforms where the NULL pointer is not all zeroes.
The Android Open Source Project893912b2009-03-03 19:30:05 -080050
51Send comments/corrections/commendations to png-mng-implement at lists.sf.net
52(subscription required; visit
53https://lists.sourceforge.net/lists/listinfo/png-mng-implement
54to subscribe) or to glennrp at users.sourceforge.net
55
56Glenn R-P