| OLD | NEW |
| 1 README for libpng version 1.2.52 - November 20, 2014 (shared library 12.0) | 1 README for libpng version 1.2.54 - November 12, 2015 (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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 https://lists.sourceforge.net/lists/listinfo/png-mng-misc to | 128 https://lists.sourceforge.net/lists/listinfo/png-mng-misc to |
| 129 subscribe). On the other hand, please do not send libpng questions to | 129 subscribe). On the other hand, please do not send libpng questions to |
| 130 that address, send them to me or to the png-mng-implement list. I'll | 130 that address, send them to me or to the png-mng-implement list. I'll |
| 131 get them in the end anyway. If you have a question about something | 131 get them in the end anyway. If you have a question about something |
| 132 in the PNG specification that is related to using libpng, send it | 132 in the PNG specification that is related to using libpng, send it |
| 133 to me. Send me any questions that start with "I was using libpng, | 133 to me. Send me any questions that start with "I was using libpng, |
| 134 and ...". If in doubt, send questions to me. I'll bounce them | 134 and ...". If in doubt, send questions to me. I'll bounce them |
| 135 to others, if necessary. | 135 to others, if necessary. |
| 136 | 136 |
| 137 Please do not send suggestions on how to change PNG. We have | 137 Please do not send suggestions on how to change PNG. We have |
| 138 been discussing PNG for nineteen years now, and it is official and | 138 been discussing PNG for twenty years now, and it is official and |
| 139 finished. If you have suggestions for libpng, however, I'll | 139 finished. If you have suggestions for libpng, however, I'll |
| 140 gladly listen. Even if your suggestion is not used immediately, | 140 gladly listen. Even if your suggestion is not used immediately, |
| 141 it may be used later. | 141 it may be used later. |
| 142 | 142 |
| 143 Files in this distribution: | 143 Files in this distribution: |
| 144 | 144 |
| 145 ANNOUNCE => Announcement of this version, with recent changes | 145 ANNOUNCE => Announcement of this version, with recent changes |
| 146 CHANGES => Description of changes between libpng versions | 146 CHANGES => Description of changes between libpng versions |
| 147 KNOWNBUG => List of known bugs and deficiencies | 147 KNOWNBUG => List of known bugs and deficiencies |
| 148 LICENSE => License to use and redistribute libpng | 148 LICENSE => License to use and redistribute libpng |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 wince.txt => Contains instructions for downloading a | 200 wince.txt => Contains instructions for downloading a |
| 201 Microsoft Visual C++ (Windows CD Toolkit) | 201 Microsoft Visual C++ (Windows CD Toolkit) |
| 202 workspace for building libpng and zlib on | 202 workspace for building libpng and zlib on |
| 203 WindowsCE | 203 WindowsCE |
| 204 xcode => Contains xcode project files | 204 xcode => Contains xcode project files |
| 205 scripts => Directory containing scripts for building libpng: | 205 scripts => Directory containing scripts for building libpng: |
| 206 descrip.mms => VMS makefile for MMS or MMK | 206 descrip.mms => VMS makefile for MMS or MMK |
| 207 makefile.std => Generic UNIX makefile (cc, creates static | 207 makefile.std => Generic UNIX makefile (cc, creates static |
| 208 libpng.a) | 208 libpng.a) |
| 209 makefile.elf => Linux/ELF gcc makefile symbol versioning, | 209 makefile.elf => Linux/ELF gcc makefile symbol versioning, |
| 210 creates libpng12.so.0.1.2.52) | 210 creates libpng12.so.0.1.2.54) |
| 211 makefile.linux => Linux/ELF makefile (gcc, creates | 211 makefile.linux => Linux/ELF makefile (gcc, creates |
| 212 libpng12.so.0.1.2.52) | 212 libpng12.so.0.1.2.54) |
| 213 makefile.gcmmx => Linux/ELF makefile (gcc, creates | 213 makefile.gcmmx => Linux/ELF makefile (gcc, creates |
| 214 libpng12.so.0.1.2.52, previously | 214 libpng12.so.0.1.2.54, previously |
| 215 used assembler code tuned for Intel MMX | 215 used assembler code tuned for Intel MMX |
| 216 platform) | 216 platform) |
| 217 makefile.gcc => Generic makefile (gcc, creates static | 217 makefile.gcc => Generic makefile (gcc, creates static |
| 218 libpng.a) | 218 libpng.a) |
| 219 makefile.knr => Archaic UNIX Makefile that converts files | 219 makefile.knr => Archaic UNIX Makefile that converts files |
| 220 with ansi2knr (Requires ansi2knr.c from | 220 with ansi2knr (Requires ansi2knr.c from |
| 221 ftp://ftp.cs.wisc.edu/ghost) | 221 ftp://ftp.cs.wisc.edu/ghost) |
| 222 makefile.aix => AIX makefile | 222 makefile.aix => AIX makefile |
| 223 makefile.cygwin => Cygwin/gcc makefile | 223 makefile.cygwin => Cygwin/gcc makefile |
| 224 makefile.darwin => Darwin makefile | 224 makefile.darwin => Darwin makefile |
| 225 makefile.dec => DEC Alpha UNIX makefile | 225 makefile.dec => DEC Alpha UNIX makefile |
| 226 makefile.freebsd => FreeBSD makefile | 226 makefile.freebsd => FreeBSD makefile |
| 227 makefile.hpgcc => HPUX makefile using gcc | 227 makefile.hpgcc => HPUX makefile using gcc |
| 228 makefile.hpux => HPUX (10.20 and 11.00) makefile | 228 makefile.hpux => HPUX (10.20 and 11.00) makefile |
| 229 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit | 229 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64 bit |
| 230 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 | 230 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 |
| 231 (static) | 231 (static) |
| 232 makefile.intel => Intel C/C++ version 4.0 and later | 232 makefile.intel => Intel C/C++ version 4.0 and later |
| 233 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later | 233 libpng.icc => Project file, IBM VisualAge/C++ 4.0 or later |
| 234 makefile.netbsd => NetBSD/cc makefile, makes libpng.so. | 234 makefile.netbsd => NetBSD/cc makefile, makes libpng.so. |
| 235 makefile.ne12bsd => NetBSD/cc makefile, makes libpng12.so | 235 makefile.ne12bsd => NetBSD/cc makefile, makes libpng12.so |
| 236 makefile.openbsd => OpenBSD makefile | 236 makefile.openbsd => OpenBSD makefile |
| 237 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) | 237 makefile.sgi => Silicon Graphics IRIX (cc, creates static lib) |
| 238 makefile.sggcc => Silicon Graphics | 238 makefile.sggcc => Silicon Graphics |
| 239 (gcc, creates libpng12.so.0.1.2.52) | 239 (gcc, creates libpng12.so.0.1.2.54) |
| 240 makefile.sunos => Sun makefile | 240 makefile.sunos => Sun makefile |
| 241 makefile.solaris => Solaris 2.X makefile | 241 makefile.solaris => Solaris 2.X makefile |
| 242 (gcc, creates libpng12.so.0.1.2.52) | 242 (gcc, creates libpng12.so.0.1.2.54) |
| 243 makefile.so9 => Solaris 9 makefile | 243 makefile.so9 => Solaris 9 makefile |
| 244 (gcc, creates libpng12.so.0.1.2.52) | 244 (gcc, creates libpng12.so.0.1.2.54) |
| 245 makefile.32sunu => Sun Ultra 32-bit makefile | 245 makefile.32sunu => Sun Ultra 32-bit makefile |
| 246 makefile.64sunu => Sun Ultra 64-bit makefile | 246 makefile.64sunu => Sun Ultra 64-bit makefile |
| 247 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc | 247 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc |
| 248 makefile.mips => MIPS makefile | 248 makefile.mips => MIPS makefile |
| 249 makefile.acorn => Acorn makefile | 249 makefile.acorn => Acorn makefile |
| 250 makefile.amiga => Amiga makefile | 250 makefile.amiga => Amiga makefile |
| 251 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC | 251 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC |
| 252 compiler (Requires SCOPTIONS, copied from | 252 compiler (Requires SCOPTIONS, copied from |
| 253 scripts/SCOPTIONS.ppc) | 253 scripts/SCOPTIONS.ppc) |
| 254 makefile.atari => Atari makefile | 254 makefile.atari => Atari makefile |
| (...skipping 19 matching lines...) Expand all Loading... |
| 274 -Glenn Randers-Pehrson (current maintainer, since 1998) | 274 -Glenn Randers-Pehrson (current maintainer, since 1998) |
| 275 Internet: glennrp at users.sourceforge.net | 275 Internet: glennrp at users.sourceforge.net |
| 276 | 276 |
| 277 -Andreas Eric Dilger (former maintainer, 1996-1997) | 277 -Andreas Eric Dilger (former maintainer, 1996-1997) |
| 278 Internet: adilger at enel.ucalgary.ca | 278 Internet: adilger at enel.ucalgary.ca |
| 279 Web: http://members.shaw.ca/adilger/ | 279 Web: http://members.shaw.ca/adilger/ |
| 280 | 280 |
| 281 -Guy Eric Schalnat (original author and former maintainer, 1995-1996) | 281 -Guy Eric Schalnat (original author and former maintainer, 1995-1996) |
| 282 (formerly of Group 42, Inc) | 282 (formerly of Group 42, Inc) |
| 283 Internet: gschal at infinet.com | 283 Internet: gschal at infinet.com |
| OLD | NEW |