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

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Jul 22 15:03:10 PDT 2014


 NEWS                     |   10 ++++++++++
 configure.ac             |    2 +-
 test/shaping/Makefile.am |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Jul 22 17:56:43 2014 -0400

    0.9.33

diff --git a/NEWS b/NEWS
index f4fabc7..a838715 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes leading to 0.9.33
+Tuesday, July 22, 2014
+=====================================
+
+- Turn off ARabic 'cswh' feature that was accidentally turned on.
+- Add HB_TAG_MAX_SIGNED.
+- Make hb_face_make_immutable() really make face immutable!
+- Windows build fixes.
+
+
 Overview of changes leading to 0.9.32
 Thursday, July 17, 2014
 =====================================
diff --git a/configure.ac b/configure.ac
index f93ceac..78e3178 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.32],
+        [0.9.33],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])
commit d218bdb26b226fbf68331eb586b24460c061313d
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Jul 22 18:01:46 2014 -0400

    Fix test runner under Windows

diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am
index 3f43aec..4cc79b8 100644
--- a/test/shaping/Makefile.am
+++ b/test/shaping/Makefile.am
@@ -48,7 +48,7 @@ TEST_EXTENSIONS = \
 
 AM_TESTS_ENVIRONMENT = \
 	EXEEXT="$(EXEEXT)"; \
-	export EXEECT; \
+	export EXEEXT; \
 	srcdir="$(srcdir)"; \
 	export srcdir; \
 	builddir="$(builddir)"; \


More information about the HarfBuzz mailing list