0.9.4
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 4 Sep 2012 19:32:37 +0000 (15:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 4 Sep 2012 19:32:37 +0000 (15:32 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d3dbe1a..5b29ca9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of changes leading to 0.9.4
+Tuesday, Sep 03, 2012
+====================================
+
+- Indic improvements with old-spec Malayalam.
+
+- Better fallback glyph positioning, specially with Thai / Lao marks.
+
+- Implement dotted-circle insertion.
+
+- Better Arabic fallback shaping / ligation.
+
+- Added ICU LayoutEngine backend for testing.  Call it by the 'icu_le' name.
+
+- Misc fixes.
+
+
+
 Overview of changes leading to 0.9.3
 Friday, Aug 18, 2012
 ====================================
index 53721cd..c94b81f 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.3],
+        [0.9.4],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])