~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibPNG/KNOWNBUG

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Known bugs in libpng version 1.2.23
 
2
Known bugs in libpng version 1.2.41
3
3
 
4
4
1. February 23, 2006: The custom makefiles don't build libpng with -lz.
5
5
 
6
6
   STATUS: This is a subject of debate. The change will probably be made
7
 
   as a part of a major overhaul of the makefiles in libpng version 1.3.0.
 
7
   as a part of a major overhaul of the makefiles in libpng version 1.4.0.
8
8
 
9
9
2. February 24, 2006: The Makefile generated by the "configure" script
10
10
   fails to install symbolic links
15
15
 
16
16
   STATUS: workarounds are
17
17
      1) Compile without optimization (crashes are observed with
18
 
         -arch i386 and -O2 or -O3, using gcc-4.0.1.
 
18
         -arch i386 and -O2 or -O3, using gcc-4.0.1).
19
19
      2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
20
20
         you try to look at it).
21
21
      3) Ignore the crash.  The library itself seems to be OK.