diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-11 17:55:23 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-11 17:58:22 -0600 |
commit | a3a5d0d1f4e0e5e2577862019a4a0485712c04a3 (patch) | |
tree | 2d3813eff3446b371755014cd974e2fed46d0884 | |
parent | 4cf1ca4338f6d57087dc86c003857112f7a3645e (diff) | |
download | libpng-a3a5d0d1f4e0e5e2577862019a4a0485712c04a3.tar.gz |
[master] Imported from libpng-1.2.42beta02.tarv1.2.42beta02
-rw-r--r-- | ANNOUNCE | 2 | ||||
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | KNOWNBUG | 13 |
3 files changed, 12 insertions, 5 deletions
@@ -54,7 +54,7 @@ version 1.2.42beta01 [December 4, 2009] version 1.2.42beta02 [December 11, 2009] Removed leftover "-DPNG_CONFIGURE_LIBPNG" from contrib/pngminim/*/makefile - Relocated png_do_chop() to its original position in pngrtran.c; the + Relocated png_do_chop() to its original position in pngrtran.c. The change in version 1.2.41beta08 caused transparency to be handled wrong in some 16-bit datastreams (Yusaku Sugai). @@ -2617,7 +2617,7 @@ version 1.2.42beta01 [December 4, 2009] version 1.2.42beta02 [December 11, 2009] Removed leftover "-DPNG_CONFIGURE_LIBPNG" from contrib/pngminim/*/makefile - Relocated png_do_chop() to its original position in pngrtran.c; the + Relocated png_do_chop() to its original position in pngrtran.c. The change in version 1.2.41beta08 caused transparency to be handled wrong in some 16-bit datastreams (Yusaku Sugai). @@ -1,17 +1,24 @@ Known bugs in libpng version 1.2.42beta02 -1. February 23, 2006: The custom makefiles don't build libpng with -lz. +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. -2. February 24, 2006: The Makefile generated by the "configure" script +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. -3. September 4, 2007: There is a report that pngtest crashes on MacOS 10. +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 |