real fix for bug #19910. the .Z format is really badly designed :-(
diff --git a/ChangeLog b/ChangeLog
index 3f044a8..dd8c99e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2007-05-22  David Turner  <david@freetype.org>
 
-	* src/lzw/ftzopen.h, src/lzw/ftzopen.c: apply some "band-aid"
-	to avoid blowing up the heap in the case of malformed fonts.
-	related to bug #19910; *not* a real fix though...
+	* src/lzw/ftzopen.h, src/lzw/ftzopen.c: fix for bug #19910
+	(heap blowup with very large .Z font file). The .Z format is
+	*really* crappy :-(
 
 2007-05-20  Ismail Dönmez  <ismail@pardus.org.tr>