~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to libpng/KNOWNBUG

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Known bugs in libpng version 1.2.18
3
 
 
4
 
1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
5
 
   reading interlaced PNG files, when assembler code is enabled but running
6
 
   on a non-MMX i386 platform.
7
 
 
8
 
   STATUS: Under investigation.  The change to pnggccrd.c in libpng-1.2.1
9
 
   fixed a problem under FreeBSD but not the problem with NetBSD, which
10
 
   still fails as of libpng-1.2.2rc1.
11
 
 
12
 
2. February 23, 2006: The custom makefiles don't build libpng with -lz.
 
2
Known bugs in libpng version 1.2.22
 
3
 
 
4
1. February 23, 2006: The custom makefiles don't build libpng with -lz.
13
5
 
14
6
   STATUS: This is a subject of debate. The change will probably be made
15
7
   as a part of a major overhaul of the makefiles in libpng version 1.3.0.
16
8
 
17
 
3. February 24, 2006: The Makefile generated by the "configure" script
 
9
2. February 24, 2006: The Makefile generated by the "configure" script
18
10
   fails to install symbolic links
19
11
   libpng12.so => libpng12.so.0.1.2.9betaN
20
12
   that are generated by the custom makefiles.
21
13
 
22
 
   STATUS: For now, system library builders should use the custom makefiles.
23
 
 
24
 
4. March 2007: Building 1.2.16 with PNG_ASSEMBLER_CODE_SUPPORTED;
25
 
   PNG_MMX_CODE_SUPPORTED results in multiple definitions of png_combine_row,
26
 
   png_do_read_interlace, and png_read_filter_row
27
 
 
28
 
   STATUS: Investigating.
 
14
3. September 4, 2007:  There is a report that pngtest crashes on MacOS 10.
 
15
 
 
16
   STATUS: workarounds are
 
17
      1) Compile without optimization (crashes are observed with
 
18
         -arch i386 and -O2 or -O3, using gcc-4.0.1.
 
19
      2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
 
20
         you try to look at it).
 
21
      3) Ignore the crash.  The library itself seems to be OK.
 
22