summaryrefslogtreecommitdiff
path: root/KNOWNBUG
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-04-11 07:38:00 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:06:06 -0500
commitf64a06f5ecf10d7a5aef1e0cfbce2aadf9412fbc (patch)
tree7fe73e2445787de81a7cf73a6e2df0157e51b05d /KNOWNBUG
parent87c6bc984ad39d41428f5fd469bab75f97e3fee8 (diff)
downloadlibpng-f64a06f5ecf10d7a5aef1e0cfbce2aadf9412fbc.tar.gz
Imported from libpng-1.0.11beta2.tarv1.0.11beta2
Diffstat (limited to 'KNOWNBUG')
-rw-r--r--KNOWNBUG8
1 files changed, 8 insertions, 0 deletions
diff --git a/KNOWNBUG b/KNOWNBUG
index 174f48cb0..3477ba83f 100644
--- a/KNOWNBUG
+++ b/KNOWNBUG
@@ -13,3 +13,11 @@ Known bugs in libpng-1.0.10
compile pnggccrd.c (Richard Kettlewell).
STATUS: fixed in libpng-1.0.11beta1.
+
+3. April 5, 2001: The prototypes don't match several functions.
+
+ Functions png_info_init, png_zalloc, and several others have PNGAPI
+ in the C functions but not in the prototypes in png.h. The functions
+ involved are all either deprecated or intended only for internal use.
+
+ STATUS: PNGAPI was removed from the C code in libpng-1.0.11beta2.