summaryrefslogtreecommitdiff
path: root/png/README
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-17 18:57:18 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-17 18:57:18 +0000
commit3db04d80a1f8dd7d38e0a94afb1a24a87ff35263 (patch)
tree587b7f6467e73ee079866f51b55a46f15e88fa41 /png/README
parent63b8523126af6b90ecb6d26feb14075663f3a233 (diff)
Updated the bundled libpng to v1.2.33.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'png/README')
-rw-r--r--png/README27
1 files changed, 15 insertions, 12 deletions
diff --git a/png/README b/png/README
index eb072aa52..df370be85 100644
--- a/png/README
+++ b/png/README
@@ -1,12 +1,15 @@
-README for libpng version 1.2.25 - February 18, 2008 (shared library 12.0)
+README for libpng version 1.2.33 - October 31, 2008 (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.
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 lpng*.zip if you want DOS-style
-line endings.
+endings in the text files, or lpng*.7z or lpng*.zip if you want DOS-style
+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.25)
+ gcc, creates libpng12.so.0.1.2.33)
makefile.linux => Linux/ELF makefile
- (gcc, creates libpng12.so.0.1.2.25)
+ (gcc, creates libpng12.so.0.1.2.33)
makefile.gcmmx => Linux/ELF makefile
- (gcc, creates libpng12.so.0.1.2.25,
+ (gcc, creates libpng12.so.0.1.2.33,
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.25)
+ (gcc, creates libpng12.so.0.1.2.33)
makefile.sunos => Sun makefile
makefile.solaris => Solaris 2.X makefile
- (gcc, creates libpng12.so.0.1.2.25)
+ (gcc, creates libpng12.so.0.1.2.33)
makefile.so9 => Solaris 9 makefile
- (gcc, creates libpng12.so.0.1.2.25)
+ (gcc, creates libpng12.so.0.1.2.33)
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