summaryrefslogtreecommitdiff
path: root/KNOWNBUG
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2002-06-20 06:54:34 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:07:14 -0500
commitd1e8c8694dfc6a3e1ae6cbdc1982cc3f646bb7b3 (patch)
treecb31826378c946b75859de5cfd7405b14e4163a8 /KNOWNBUG
parent07748d1b2c0353bf7a5eadfbe988cb5b87e897b4 (diff)
downloadlibpng-d1e8c8694dfc6a3e1ae6cbdc1982cc3f646bb7b3.tar.gz
Imported from libpng-1.2.4beta2.tarv1.2.4beta2
Diffstat (limited to 'KNOWNBUG')
-rw-r--r--KNOWNBUG15
1 files changed, 12 insertions, 3 deletions
diff --git a/KNOWNBUG b/KNOWNBUG
index ca3f11889..e3f4cca4d 100644
--- a/KNOWNBUG
+++ b/KNOWNBUG
@@ -1,9 +1,18 @@
-Known bugs in libpng version 1.2.4beta1
+Known bugs in libpng version 1.2.4beta2
-1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
+1. May 28, 2002: Makefile.so9 has bugs. The last line under the
+ install-headers target should be
+
+ (cd $(DI); ln -f -s $(LIBNAME) libpng; ln -f -s $(LIBNAME)/* .)
+
+ and the last line under the install-static target should be
+
+
+2. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
reading interlaced PNG files, when assembler code is enabled.
STATUS: Under investigation. The change to pnggccrd.c in libpng-1.2.1
- fixed a problem under FreeBSD but not the problem with NetBSD.
+ fixed a problem under FreeBSD but not the problem with NetBSD, which
+ still fails as of libpng-1.2.2rc1.