0.9.10
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 3 Jan 2013 06:14:24 +0000 (00:14 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 3 Jan 2013 06:14:24 +0000 (00:14 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index feb71ba..ef643f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes leading to 0.9.10
+Thursday, January 3, 2013
+=====================================
+
+- [Indic] Fixed rendering of Malayalam dot-reph
+- Updated OT language tags.
+- Updated graphite2 backend.
+- Improved hb_ot_layout_get_size_params() logic.
+- Improve hb-shape/hb-view help output.
+- Fixed hb-set.h implementation to not crash.
+- Fixed various issues with hb_ot_layout_collect_lookups().
+- Various build fixes.
+
+New API:
+
+hb_graphite2_face_get_gr_face()
+hb_graphite2_font_get_gr_font()
+hb_coretext_face_get_cg_font()
+
+Modified API:
+
+hb_ot_layout_get_size_params()
+
+
 Overview of changes leading to 0.9.9
 Wednesday, December 5, 2012
 ====================================
index 90ca102..91ea713 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.9],
+        [0.9.10],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])