Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Side by Side Diff: third_party/libpng/README

Issue 7464050: libpng: update to 1.2.45 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libpng/LICENSE ('k') | third_party/libpng/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 README for libpng version 1.2.44 - June 26, 2010 (shared library 12.0) 1 README for libpng version 1.2.45 - July 7, 2011 (shared library 12.0)
2 See the note about version numbers near the top of png.h 2 See the note about version numbers near the top of png.h
3 3
4 See INSTALL for instructions on how to install libpng. 4 See INSTALL for instructions on how to install libpng.
5 5
6 Libpng comes in several distribution formats. Get libpng-*.tar.gz, 6 Libpng comes in several distribution formats. Get libpng-*.tar.gz,
7 libpng-*.tar.xz, or libpng-*.tar.bz2 if you want UNIX-style line 7 libpng-*.tar.xz, or libpng-*.tar.bz2 if you want UNIX-style line
8 endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style 8 endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style
9 line endings. You can get UNIX-style line endings from the *.zip file 9 line endings. You can get UNIX-style line endings from the *.zip file
10 by using "unzip -a" but there seems to be no simple way to recover 10 by using "unzip -a" but there seems to be no simple way to recover
11 UNIX-style line endings from the *.7z file. The *.tar.xz file is 11 UNIX-style line endings from the *.7z file. The *.tar.xz file is
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 wince.txt => Contains instructions for downloading a 192 wince.txt => Contains instructions for downloading a
193 Microsoft Visual C++ (Windows CD Toolkit) 193 Microsoft Visual C++ (Windows CD Toolkit)
194 workspace for building libpng and zlib on 194 workspace for building libpng and zlib on
195 WindowsCE 195 WindowsCE
196 xcode => Contains xcode project files 196 xcode => Contains xcode project files
197 scripts => Directory containing scripts for building libpng: 197 scripts => Directory containing scripts for building libpng:
198 descrip.mms => VMS makefile for MMS or MMK 198 descrip.mms => VMS makefile for MMS or MMK
199 makefile.std => Generic UNIX makefile (cc, creates static 199 makefile.std => Generic UNIX makefile (cc, creates static
200 libpng.a) 200 libpng.a)
201 makefile.elf => Linux/ELF gcc makefile symbol versioning, 201 makefile.elf => Linux/ELF gcc makefile symbol versioning,
202 creates libpng12.so.0.1.2.43) 202 creates libpng12.so.0.1.2.45)
203 makefile.linux => Linux/ELF makefile (gcc, creates 203 makefile.linux => Linux/ELF makefile (gcc, creates
204 libpng12.so.0.1.2.43) 204 libpng12.so.0.1.2.45)
205 makefile.gcmmx => Linux/ELF makefile (gcc, creates 205 makefile.gcmmx => Linux/ELF makefile (gcc, creates
206 libpng12.so.0.1.2.43, previously 206 libpng12.so.0.1.2.45, previously
207 used assembler code tuned for Intel MMX 207 used assembler code tuned for Intel MMX
208 platform) 208 platform)
209 makefile.gcc => Generic makefile (gcc, creates static 209 makefile.gcc => Generic makefile (gcc, creates static
210 libpng.a) 210 libpng.a)
211 makefile.knr => Archaic UNIX Makefile that converts files 211 makefile.knr => Archaic UNIX Makefile that converts files
212 with ansi2knr (Requires ansi2knr.c from 212 with ansi2knr (Requires ansi2knr.c from
213 ftp://ftp.cs.wisc.edu/ghost) 213 ftp://ftp.cs.wisc.edu/ghost)
214 makefile.aix => AIX makefile 214 makefile.aix => AIX makefile
215 makefile.cygwin => Cygwin/gcc makefile 215 makefile.cygwin => Cygwin/gcc makefile
216 makefile.darwin => Darwin makefile 216 makefile.darwin => Darwin makefile
217 makefile.dec => DEC Alpha UNIX makefile 217 makefile.dec => DEC Alpha UNIX makefile
218 makefile.freebsd => FreeBSD makefile 218 makefile.freebsd => FreeBSD makefile
219 makefile.hpgcc => HPUX makefile using gcc 219 makefile.hpgcc => HPUX makefile using gcc
220 makefile.hpux => HPUX (10.20 and 11.00) makefile 220 makefile.hpux => HPUX (10.20 and 11.00) makefile
221 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit 221 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit
222 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 222 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2
223 (static) 223 (static)
224 makefile.intel => Intel C/C++ version 4.0 and later 224 makefile.intel => Intel C/C++ version 4.0 and later
225 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later 225 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later
226 makefile.netbsd => NetBSD/cc makefile, makes libpng.so. 226 makefile.netbsd => NetBSD/cc makefile, makes libpng.so.
227 makefile.ne12bsd => NetBSD/cc makefile, makes libpng12.so 227 makefile.ne12bsd => NetBSD/cc makefile, makes libpng12.so
228 makefile.openbsd => OpenBSD makefile 228 makefile.openbsd => OpenBSD makefile
229 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) 229 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib)
230 makefile.sggcc => Silicon Graphics 230 makefile.sggcc => Silicon Graphics
231 (gcc, creates libpng12.so.0.1.2.43) 231 (gcc, creates libpng12.so.0.1.2.45)
232 makefile.sunos => Sun makefile 232 makefile.sunos => Sun makefile
233 makefile.solaris => Solaris 2.X makefile 233 makefile.solaris => Solaris 2.X makefile
234 (gcc, creates libpng12.so.0.1.2.43) 234 (gcc, creates libpng12.so.0.1.2.45)
235 makefile.so9 => Solaris 9 makefile 235 makefile.so9 => Solaris 9 makefile
236 (gcc, creates libpng12.so.0.1.2.43) 236 (gcc, creates libpng12.so.0.1.2.45)
237 makefile.32sunu => Sun Ultra 32-bit makefile 237 makefile.32sunu => Sun Ultra 32-bit makefile
238 makefile.64sunu => Sun Ultra 64-bit makefile 238 makefile.64sunu => Sun Ultra 64-bit makefile
239 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc 239 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
240 makefile.mips => MIPS makefile 240 makefile.mips => MIPS makefile
241 makefile.acorn => Acorn makefile 241 makefile.acorn => Acorn makefile
242 makefile.amiga => Amiga makefile 242 makefile.amiga => Amiga makefile
243 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC 243 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC
244 compiler (Requires SCOPTIONS, copied from 244 compiler (Requires SCOPTIONS, copied from
245 scripts/SCOPTIONS.ppc) 245 scripts/SCOPTIONS.ppc)
246 makefile.atari => Atari makefile 246 makefile.atari => Atari makefile
(...skipping 19 matching lines...) Expand all
266 -Glenn Randers-Pehrson (current maintainer, since 1998) 266 -Glenn Randers-Pehrson (current maintainer, since 1998)
267 Internet: glennrp at users.sourceforge.net 267 Internet: glennrp at users.sourceforge.net
268 268
269 -Andreas Eric Dilger (former maintainer, 1996-1997) 269 -Andreas Eric Dilger (former maintainer, 1996-1997)
270 Internet: adilger at enel.ucalgary.ca 270 Internet: adilger at enel.ucalgary.ca
271 Web: http://members.shaw.ca/adilger/ 271 Web: http://members.shaw.ca/adilger/
272 272
273 -Guy Eric Schalnat (original author and former maintainer, 1995-1996) 273 -Guy Eric Schalnat (original author and former maintainer, 1995-1996)
274 (formerly of Group 42, Inc) 274 (formerly of Group 42, Inc)
275 Internet: gschal at infinet.com 275 Internet: gschal at infinet.com
OLDNEW
« no previous file with comments | « third_party/libpng/LICENSE ('k') | third_party/libpng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698