summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-09-23 09:28:48 +0200
committerWerner Lemberg <wl@gnu.org>2009-09-23 09:28:48 +0200
commite2184505b1daaea20b7d983a111482d17c75de49 (patch)
tree273a224bd377d2c44a54f695610c3a3726873eeb
parent766b822f4c1cc84cc11545b63be87108d0954b48 (diff)
downloadfreetype2-e2184505b1daaea20b7d983a111482d17c75de49.tar.gz
* docs/CHANGES: Updated.
-rw-r--r--ChangeLog4
-rw-r--r--docs/CHANGES9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d8cddd05..683dfcb21 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 dbd455d6c..b2711949f 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.
======================================================================