ref: 099489feffea909c2a36d9f02cd8a40cf9c1498b
parent: 02f2170432bf9f2c4bfa39d283b7152539edb814
author: Werner Lemberg <[email protected]>
date: Tue Jun 10 02:51:52 EDT 2014
Update CHANGES file.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,3 +1,4 @@
+
CHANGES BETWEEN 2.5.3 and 2.5.4
I. IMPORTANT BUG FIXES
@@ -6,6 +7,25 @@
fonts.
+ II. IMPORTANT CHANGES
+
+ - Full auto-hinter support of the Devanagari script.
+
+
+ III. MISCELLANEOUS
+
+ - Improvements to the auto-hinter's algorithm to recognize stems
+ and local extrema.
+
+ - Function `FT_Get_SubGlyph_Info' always returned an error even in
+ case of success.
+
+ - Version 2.5.1 introduced major bugs in the cjk part of the
+ auto-hinter, which are now fixed.
+
+ - `cmake' now supports a build of FreeType as an OS X framework.
+
+
======================================================================
CHANGES BETWEEN 2.5.2 and 2.5.3
@@ -269,6 +289,9 @@
- The `ttdebug' program has been further improved. In particular,
it accepts a new command line option `-H' to select the hinting
engine.
+
+ - `ftdump's verbose option has been renamed to `-V'. For all demo
+ programs, `-v' now shows version information.
- Another round of TrueType subpixel hinting fixes.