Changeset 44 for cafu/trunk/ExtLibs/libpng/KNOWNBUG
- Timestamp:
- 02/15/10 11:56:43 (2 years ago)
- Files:
-
- 1 modified
-
cafu/trunk/ExtLibs/libpng/KNOWNBUG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/ExtLibs/libpng/KNOWNBUG
r11 r44 1 1 2 Known bugs in libpng version 1.2.4 02 Known bugs in libpng version 1.2.42 3 3 4 1. February 23, 2006: The custom makefiles don't build libpng with -lz. 4 1. December 4, 2009: The PNG_NO_ERROR_NUMBERS macro was inadvertently 5 defined in libpng-1.2.41/pngconf.h, which may cause a problem with 6 building a binary-compatible library. 7 8 STATUS: This will be fixed in libpng-1.2.42. In the meantime, simply 9 delete the definition from line : 10 11 2. February 23, 2006: The custom makefiles don't build libpng with -lz. 5 12 6 13 STATUS: This is a subject of debate. The change will probably be made 7 14 as a part of a major overhaul of the makefiles in libpng version 1.4.0. 8 15 9 2. February 24, 2006: The Makefile generated by the "configure" script16 3. February 24, 2006: The Makefile generated by the "configure" script 10 17 fails to install symbolic links 11 18 libpng12.so => libpng12.so.0.1.2.9betaN 12 19 that are generated by the custom makefiles. 13 20 14 3. September 4, 2007: There is a report that pngtest crashes on MacOS 10.21 4. September 4, 2007: There is a report that pngtest crashes on MacOS 10. 15 22 16 23 STATUS: workarounds are
