summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-07-17 16:05:47 -0400
committerBehdad Esfahbod <behdad@behdad.org>2014-07-17 16:05:47 -0400
commit66f30915b185727a0041c998641edb550eb8a7fc (patch)
tree3434c006c74a4b1fcbdfc10b6110f26fe6842bb2
parent82f4d9d53f348f41b14b877c1ac77c0372c49caa (diff)
0.9.320.9.32
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index edeae614..f4fabc7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes leading to 0.9.32
+Thursday, July 17, 2014
+=====================================
+
+- Apply Arabic shaping features in spec order exactly.
+- Another fix for Mongolian free variation selectors.
+- For non-Arabic scripts in Arabic shaper apply 'rlig' and 'calt'
+ together.
+- Minor adjustment to U+FFFD logic.
+- Fix hb-coretext build.
+
+
Overview of changes leading to 0.9.31
Wednesday, July 16, 2014
=====================================
diff --git a/configure.ac b/configure.ac
index 8efb112a..f93ceac7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [0.9.31],
+ [0.9.32],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])