[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Mar 21 10:39:12 PDT 2013


 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit f872a17462a75a3493623747bf3a3fbe54556c7b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Mar 21 13:38:06 2013 -0400

    0.9.14

diff --git a/NEWS b/NEWS
index 7e8d5bd..858a916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes leading to 0.9.14
+Thursday, March 21, 2013
+=====================================
+
+- Build fixes.
+- Fix time-consuming sanitize with malicious fonts.
+- Implement hb_buffer_deserialize_glyphs() for both json and text.
+- Do not ignore Hangul filler characters.
+- Indic fixes:
+  * Fix Malayalam pre-base reordering interaction with post-forms.
+  * Further adjust ZWJ handling.  Should fix known regressions from
+    0.9.13.
+
+
 Overview of changes leading to 0.9.13
 Thursday, February 25, 2013
 =====================================
diff --git a/configure.ac b/configure.ac
index af0950f..f05ca65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.13],
+        [0.9.14],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])



More information about the HarfBuzz mailing list