diff --git a/ChangeLog b/ChangeLog index 7dc46c6d2..6a16aa0f2 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 * Version 2.4.5 released. diff --git a/docs/CHANGES b/docs/CHANGES index 8f6ac0f48..fb690a054 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -1,3 +1,14 @@ +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 @@ -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