[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Jul 26 10:39:17 PDT 2015


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

New commits:
commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Jul 26 19:29:53 2015 +0200

    0.9.42

diff --git a/NEWS b/NEWS
index a5ac906..d079877 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
+Overview of changes leading to 0.9.42
+Thursday, July 26, 2015
+=====================================
 
+- New API to allow for retrieving finer-grained cluster
+  mappings if the client desires to handle them.  Default
+  behavior is unchanged.
+- Fix cluster merging when removing default-ignorables.
+- Update to Unicode 8.0
+- hb-graphite2 fixes.
+- Misc fixes.
 - Removed HB_NO_MERGE_CLUSTERS hack.
 - New API:
   hb_buffer_cluster_level_t enum
@@ -6,6 +16,7 @@
   hb_buffer_set_cluster_level()
   hb-shape / hb-view --cluster-level
 
+
 Overview of changes leading to 0.9.41
 Thursday, June 18, 2015
 =====================================
@@ -16,6 +27,7 @@ Thursday, June 18, 2015
 - Fix hb_language_t in language bindings.
 - Misc fixes.
 
+
 Overview of changes leading to 0.9.40
 Friday, March 20, 2015
 =====================================
diff --git a/configure.ac b/configure.ac
index 4d2bbf8..ff61c95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.41],
+        [0.9.42],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])


More information about the HarfBuzz mailing list