libpng/KNOWNBUG

19 lines
599 B
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2002-06-20 07:54:34 -04:00
Known bugs in libpng version 1.2.4beta2
2000-02-05 00:40:16 -05:00
2002-06-20 07:54:34 -04:00
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
2001-04-27 09:29:32 -04:00
reading interlaced PNG files, when assembler code is enabled.
2001-04-03 23:43:19 -04:00
2001-11-24 15:53:31 -05:00
STATUS: Under investigation. The change to pnggccrd.c in libpng-1.2.1
2002-06-20 07:54:34 -04:00
fixed a problem under FreeBSD but not the problem with NetBSD, which
still fails as of libpng-1.2.2rc1.
2001-05-06 06:34:26 -04:00