summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2003-09-20 17:23:36 +0000
committerWerner Lemberg <wl@gnu.org>2003-09-20 17:23:36 +0000
commit99ee499ef86abc1b420776a8773acfde2dc21bfa (patch)
treee64f18bfefdfb28647d2f01919f929163212bc46
parenta126d4c2ef84cbd282bdeaa6c3376eefbcedcdc9 (diff)
downloadfreetype2-99ee499ef86abc1b420776a8773acfde2dc21bfa.tar.gz
* docs/CHANGES: Updated.
-rw-r--r--ChangeLog3
-rw-r--r--docs/CHANGES3
2 files changed, 5 insertions, 1 deletions
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 <wl@gnu.org>
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