* docs/CHANGES: Updated.
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
diff --git a/ChangeLog b/ChangeLog
index 2d8cddd..683dfcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-23 Werner Lemberg <wl@gnu.org>
+
+ * docs/CHANGES: Updated.
+
2009-09-12 Werner Lemberg <wl@gnu.org>
[raster] Fix 5-levels grayscale output.
diff --git a/docs/CHANGES b/docs/CHANGES
index dbd455d..b271194 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -25,6 +25,8 @@ CHANGES BETWEEN 2.3.10 and 2.3.9
- B/W rasterization of well-hinted TrueType fonts at small sizes
has been greatly improved.
+ - Calculation of vertical metrics in OpenType fonts has been
+ improved.
III. MISCELLANEOUS
@@ -34,6 +36,13 @@ CHANGES BETWEEN 2.3.10 and 2.3.9
- It is now possible to change the slant value in the `ftview'
demo program with keys `s' and `S'.
+ - The 5-levels grayscale mode of the `ftraster' module (which
+ FreeType doesn't use by default) was broken since version 2.3.0.
+
+ - Compilation of the `ftgrays' and `ftraster' modules was broken
+ in stand-alone mode.
+
+ - Various fixes for compilation on 64bit and 16bit architectures.
======================================================================