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 /README | |
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 'README')
-rw-r--r-- | README | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,4 +1,4 @@ -README for libpng version 1.2.29 - May 8, 2008 (shared library 12.0) +README for libpng version 1.2.35 - February 14, 2009 (shared library 12.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. @@ -6,7 +6,10 @@ See INSTALL for instructions on how to install libpng. Libpng comes in several distribution formats. Get libpng-*.tar.gz, libpng-*.tar.lzma, or libpng-*.tar.bz2 if you want UNIX-style line endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style -line endings. +line endings. You can get UNIX-style line endings from the *.zip file +by using "unzip -a" but there seems to be no simple way to recover +UNIX-style line endings from the *.7z file. The *.tar.lzma file is +recommended for *NIX users instead. Version 0.89 was the first official release of libpng. Don't let the fact that it's the first release fool you. The libpng library has been in @@ -55,7 +58,7 @@ to set different actions based on whether the CRC error occurred in a critical or an ancillary chunk. The changes made to the library, and bugs fixed are based on discussions -on the PNG-implement mailing list +on the png-mng-implement mailing list and not on material submitted privately to Guy, Andreas, or Glenn. They will forward any good suggestions to the list. @@ -111,14 +114,14 @@ to subscribe) or to glennrp at users.sourceforge.net You can't reach Guy, the original libpng author, at the addresses given in previous versions of this document. He and Andreas will read mail -addressed to the png-implement list, however. +addressed to the png-mng-implement list, however. Please do not send general questions about PNG. Send them to the (png-mng-misc at lists.sourceforge.net, subscription required, visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe) On the other hand, please do not send libpng questions to that address, send them to me -or to the png-implement list. I'll +or to the png-mng-implement list. I'll get them in the end anyway. If you have a question about something in the PNG specification that is related to using libpng, send it to me. Send me any questions that start with "I was using libpng, @@ -191,11 +194,11 @@ Files in this distribution: descrip.mms => VMS makefile for MMS or MMK makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.elf => Linux/ELF makefile symbol versioning, - gcc, creates libpng12.so.0.1.2.29) + gcc, creates libpng12.so.0.1.2.35) makefile.linux => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.29) + (gcc, creates libpng12.so.0.1.2.35) makefile.gcmmx => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.29, + (gcc, creates libpng12.so.0.1.2.35, uses assembler code tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with @@ -217,12 +220,12 @@ Files in this distribution: makefile.openbsd => OpenBSD makefile makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) makefile.sggcc => Silicon Graphics - (gcc, creates libpng12.so.0.1.2.29) + (gcc, creates libpng12.so.0.1.2.35) makefile.sunos => Sun makefile makefile.solaris => Solaris 2.X makefile - (gcc, creates libpng12.so.0.1.2.29) + (gcc, creates libpng12.so.0.1.2.35) makefile.so9 => Solaris 9 makefile - (gcc, creates libpng12.so.0.1.2.29) + (gcc, creates libpng12.so.0.1.2.35) makefile.32sunu => Sun Ultra 32-bit makefile makefile.64sunu => Sun Ultra 64-bit makefile makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc |