From 557f2816f5cd30705dec989c97a8a67c026d36d1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 12 Oct 2012 10:49:29 +0000 Subject: FreeImage: folders restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@1884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FreeImage/Source/LibPNG/KNOWNBUG | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 plugins/FreeImage/Source/LibPNG/KNOWNBUG (limited to 'plugins/FreeImage/Source/LibPNG/KNOWNBUG') diff --git a/plugins/FreeImage/Source/LibPNG/KNOWNBUG b/plugins/FreeImage/Source/LibPNG/KNOWNBUG deleted file mode 100644 index f3ddc5245f..0000000000 --- a/plugins/FreeImage/Source/LibPNG/KNOWNBUG +++ /dev/null @@ -1,29 +0,0 @@ - -Known bugs in libpng version 1.2.43 - -1. December 4, 2009: The PNG_NO_ERROR_NUMBERS macro was inadvertently - defined in libpng-1.2.41/pngconf.h, which may cause a problem with - building a binary-compatible library. - - STATUS: This will be fixed in libpng-1.2.42. In the meantime, simply - delete the definition from line : - -2. 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.4.0. - -3. 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. - -4. 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. - -- cgit v1.2.3