[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Mar 4 12:32:25 PST 2015


 NEWS                    |   10 ++++++++++
 configure.ac            |    2 +-
 src/hb-ot-name-table.hh |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 02a04e6afb1a76894f3723a467716607970d95d3
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 4 12:32:03 2015 -0800

    0.9.39

diff --git a/NEWS b/NEWS
index 3a33bdf..dbbfbba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes leading to 0.9.39
+Wednesday, March 4, 2015
+=====================================
+
+- Critical hb-coretext fixes.
+- Optimizations and refactoring; no functional change
+  expected.
+- Misc build fixes.
+
+
 Overview of changes leading to 0.9.38
 Friday, January 23, 2015
 =====================================
diff --git a/configure.ac b/configure.ac
index 3e42d95..166a121 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.38],
+        [0.9.39],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])
commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 4 12:03:39 2015 -0800

    Fix hb-uniscribe build

diff --git a/src/hb-ot-name-table.hh b/src/hb-ot-name-table.hh
index 9faff08..21450c6 100644
--- a/src/hb-ot-name-table.hh
+++ b/src/hb-ot-name-table.hh
@@ -102,7 +102,7 @@ struct name
   inline unsigned int get_size (void) const
   { return min_size + count * nameRecord[0].min_size; }
 
-  inline bool sanitize_records (hb_sanitize_context_t *c) {
+  inline bool sanitize_records (hb_sanitize_context_t *c) const {
     TRACE_SANITIZE (this);
     char *string_pool = (char *) this + stringOffset;
     unsigned int _count = count;


More information about the HarfBuzz mailing list