From 99ee499ef86abc1b420776a8773acfde2dc21bfa Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 20 Sep 2003 17:23:36 +0000 Subject: [PATCH] * docs/CHANGES: Updated. --- ChangeLog | 3 ++- docs/CHANGES | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d6149953e..e26253a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ * src/type1/t1parse.c (pfb_tag_fields): Removed. (read_pfb_tag): Fix code so that it doesn't fail on end-of-file - indicated (0x8003). + indicator (0x8003). + * docs/CHANGES: Updated. 2003-09-16 Werner Lemberg diff --git a/docs/CHANGES b/docs/CHANGES index e7c550013..c95658c09 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -6,6 +6,9 @@ LATEST CHANGES BETWEEN 2.1.6 and 2.1.5 - The PFR font driver didn't load kerning tables correctly, and the functions in FT_PFR_H didn't work at all. + - Type 1 font files in binary format (PFB) with an end-of-file + indicator weren't accepted by the FreeType engine. + II. IMPORTANT CHANGES - The internal module API has been heavily changed in favor of