Document last commit.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
diff --git a/ChangeLog b/ChangeLog
index 7dc46c6..6a16aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* src/bdf/bdflib.c (_bdf_parse_glyphs): Handle negative values for
ENCODING correctly.
+ * docs/CHANGES: Document it.
+
2011-06-24 Werner Lemberg <wl@gnu.org>
* Version 2.4.5 released.
diff --git a/docs/CHANGES b/docs/CHANGES
index 8f6ac0f..fb690a0 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,6 +2,17 @@ CHANGES BETWEEN 2.4.4 and 2.4.5
I. IMPORTANT BUG FIXES
+ - BDF fonts containing glyphs with negative values for ENCODING
+ were incorrectly rejected. This bug has been introduced in
+ FreeType version 2.2.0.
+
+
+======================================================================
+
+CHANGES BETWEEN 2.4.4 and 2.4.5
+
+ I. IMPORTANT BUG FIXES
+
- A rendering regression for second-order Bézier curves has been
fixed, introduced in 2.4.3.
@@ -42,6 +53,7 @@ CHANGES BETWEEN 2.4.4 and 2.4.5
- The `ftgrid' demo program can now display autohinter segments,
to be toggled on and off with key `s'.
+
======================================================================
CHANGES BETWEEN 2.4.3 and 2.4.4