summaryrefslogtreecommitdiff
path: root/png/KNOWNBUG
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2008-03-01 06:37:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2008-03-01 06:37:33 +0000
commit023ddf39ba5ef44cc5ef1084206f8c3eb482bef4 (patch)
treeda5c9c01f0d33333768f879a496bfd4fbad95c31 /png/KNOWNBUG
parent27147a02c42d57520f64473b36e125b42e3b17f1 (diff)
Update libpng to 1.2.26.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6060 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'png/KNOWNBUG')
-rw-r--r--png/KNOWNBUG25
1 files changed, 12 insertions, 13 deletions
diff --git a/png/KNOWNBUG b/png/KNOWNBUG
index e81e7dc48..a2f8458ea 100644
--- a/png/KNOWNBUG
+++ b/png/KNOWNBUG
@@ -1,23 +1,22 @@
-Known bugs in libpng version 1.2.16
+Known bugs in libpng version 1.2.25
-1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
- reading interlaced PNG files, when assembler code is enabled but running
- on a non-MMX i386 platform.
-
- STATUS: Under investigation. The change to pnggccrd.c in libpng-1.2.1
- fixed a problem under FreeBSD but not the problem with NetBSD, which
- still fails as of libpng-1.2.2rc1.
-
-2. February 23, 2006: The custom makefiles don't build libpng with -lz.
+1. February 23, 2006: The custom makefiles don't build libpng with -lz.
STATUS: This is a subject of debate. The change will probably be made
- as a part of a major overhaul of the makefiles in libpng version 1.3.0.
+ as a part of a major overhaul of the makefiles in libpng version 1.4.0.
-3. February 24, 2006: The Makefile generated by the "configure" script
+2. February 24, 2006: The Makefile generated by the "configure" script
fails to install symbolic links
libpng12.so => libpng12.so.0.1.2.9betaN
that are generated by the custom makefiles.
- STATUS: For now, system library builders should use the custom makefiles.
+3. September 4, 2007: There is a report that pngtest crashes on MacOS 10.
+
+ STATUS: workarounds are
+ 1) Compile without optimization (crashes are observed with
+ -arch i386 and -O2 or -O3, using gcc-4.0.1).
+ 2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
+ you try to look at it).
+ 3) Ignore the crash. The library itself seems to be OK.