Commit 018f5c27813dd7eef4648fe254632ecea0c85a50

suzuki toshiya 2010-08-06T14:12:54

Update docs/CHANGES to note that CFF stack overflow bug is fixed.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/docs/CHANGES b/docs/CHANGES
index 6c952ac..560dc63 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,6 +1,10 @@
 CHANGES BETWEEN 2.4.1 and 2.4.2
 
-  I. MISCELLANEOUS
+  I. IMPORTANT BUG FIXES
+
+    - A stack overflow in CFF Type2 CharStrings interpreter is fixed.
+
+  II. MISCELLANEOUS
 
     - Two new functions,  `FT_Reference_Library' (in FT_MODULE_H)  and
       `FT_Reference_Face'  (in  FT_FREETYPE_H),  have  been  added  to