summaryrefslogtreecommitdiff
path: root/docs/CHANGES
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-07-02 15:14:50 +0000
committerWerner Lemberg <wl@gnu.org>2007-07-02 15:14:50 +0000
commitaa52eab74a26c1dd7ebb80b4fca3cd4d5baa9188 (patch)
treed3638a06d072a651ef53c2df177beaaa2aa9878e /docs/CHANGES
parente3be90bf2846969b6a1fb858b5399f534b5cb5c2 (diff)
downloadfreetype2-aa52eab74a26c1dd7ebb80b4fca3cd4d5baa9188.tar.gz
Updated.VER-2-3-5
Diffstat (limited to 'docs/CHANGES')
-rw-r--r--docs/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index c1bf475da..79fd77861 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -10,6 +10,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
handled correctly, making FreeType increase the heap stack in an
endless loop.
+ - A large number of bugs have been fixed to avoid crashes and
+ endless loops with invalid fonts.
+
II. IMPORTANT CHANGES
@@ -33,6 +36,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
instructions. The `ft2demos' bundle contains a new program
called `ftpatchk' which demonstrates its usage.
+ - A new API `FT_Face_SetUnpatentedHinting' has been added to
+ enable or disable the unpatented hinter.
+
- Support for Windows FON files in PE format has been contributed
by Dmitry Timoshkov.