diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-09 11:52:12 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-09 11:52:12 -0700 |
commit | 4215dd1533c56e1a89ae6f1d6ea68677fac27fda (patch) | |
tree | 99318267166103602095f7af976be5b7f0e25d04 /ANNOUNCE | |
parent | 893912bfc2683463dc3e2c445336752d012563d3 (diff) | |
download | external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.zip external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.tar.gz external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.tar.bz2 |
auto import from //branches/cupcake/...@137197
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 49 |
1 files changed, 22 insertions, 27 deletions
@@ -1,5 +1,5 @@ -Libpng 1.2.29 - May 8, 2008 +Libpng 1.2.35 - February 14, 2009 This is a public release of libpng, intended for use in production codes. @@ -8,50 +8,45 @@ Files available for download: Source files with LF line endings (for Unix/Linux) and with a "configure" script - libpng-1.2.29.tar.gz - libpng-1.2.29.tar.lzma + libpng-1.2.35.tar.gz + libpng-1.2.35.tar.lzma (Get the lzma codec from <http://tukaani.org/lzma>). - libpng-1.2.29.tar.bz2 + libpng-1.2.35.tar.bz2 Source files with LF line endings (for Unix/Linux) without the "configure" script - libpng-1.2.29-no-config.tar.gz - libpng-1.2.29-no-config.tar.lzma - libpng-1.2.29-no-config.tar.bz2 + libpng-1.2.35-no-config.tar.gz + libpng-1.2.35-no-config.tar.lzma + libpng-1.2.35-no-config.tar.bz2 Source files with CRLF line endings (for Windows), without the "configure" script - lpng1229.zip - lpng1229.7z - lpng1229.tar.bz2 + lpng1235.zip + lpng1235.7z + lpng1235.tar.bz2 Project files - libpng-1.2.29-project-netware.zip - libpng-1.2.29-project-wince.zip + libpng-1.2.35-project-netware.zip + libpng-1.2.35-project-wince.zip Other information: - libpng-1.2.29-README.txt - libpng-1.2.29-KNOWNBUGS.txt - libpng-1.2.29-LICENSE.txt - libpng-1.2.29-Y2K-compliance.txt - libpng-1.2.29-[previous version]-diff.txt + libpng-1.2.35-README.txt + libpng-1.2.35-KNOWNBUGS.txt + libpng-1.2.35-LICENSE.txt + libpng-1.2.35-Y2K-compliance.txt + libpng-1.2.35-[previous version]-diff.txt -Changes since the last public release (1.2.28): +Changes since the last public release (1.2.34): -version 1.2.29 [May 8, 2008] +version 1.2.35 [February 14, 2009] - Removed some stray *.diff and *.orig files - Reverted Makefile.in, aclocal.m4, and configure to the libpng-1.2.26 - versions. - Added --force to autogen libtoolize options and --force-missing to - automake options. - Changed $(ECHO) to echo in Makefile.am and Makefile.in - Updated all configure files to autoconf-2.62 - #ifdef out pnggcrd.c code if using MSC_VER + Zero out all arrays of pointers after png_malloc(). (Tavis Ormandy) + Use png_memset() instead of a loop to intialize pointers. We realize + this will not work on platforms where the NULL pointer is not all zeroes. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit |