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

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Jan 30 20:14:51 UTC 2018


 NEWS                                               |    9 +++++++++
 configure.ac                                       |    2 +-
 test/shaping/data/in-house/Makefile.am             |    2 +-
 test/shaping/data/text-rendering-tests/Makefile.am |    2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit f0b700db394ccdff30ff83961a3e2ea9ff4ea472
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Jan 30 11:16:51 2018 -0800

    1.7.5

diff --git a/NEWS b/NEWS
index 7434bcad..9015c4ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes leading to 1.7.5
+Tuesday, January 30, 2018
+====================================
+
+- Separate Khmer shaper from Indic.
+- First stab at AAT morx. Not hooked up.
+- Misc bug fixes.
+
+
 Overview of changes leading to 1.7.4
 Wednesday, December 20, 2017
 ====================================
diff --git a/configure.ac b/configure.ac
index 54c5260e..d799cab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [1.7.4],
+        [1.7.5],
         [https://github.com/harfbuzz/harfbuzz/issues/new],
         [harfbuzz],
         [http://harfbuzz.org/])
commit 585b5760987e1ddd31e11fc55a2ce55ddb5b1663
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Jan 30 11:51:56 2018 -0800

    Fix distcheck

diff --git a/test/shaping/data/in-house/Makefile.am b/test/shaping/data/in-house/Makefile.am
index aab1652e..8a2a0765 100644
--- a/test/shaping/data/in-house/Makefile.am
+++ b/test/shaping/data/in-house/Makefile.am
@@ -9,7 +9,7 @@ lib:
 EXTRA_DIST = \
 	COPYING \
 	fonts \
-	tests \
+	$(TESTS) \
 	$(NULL)
 
 TEST_EXTENSIONS = .tests
diff --git a/test/shaping/data/text-rendering-tests/Makefile.am b/test/shaping/data/text-rendering-tests/Makefile.am
index 788db1f6..cad03580 100644
--- a/test/shaping/data/text-rendering-tests/Makefile.am
+++ b/test/shaping/data/text-rendering-tests/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = \
 	update.sh \
 	extract-tests.py \
 	fonts \
-	tests \
+	$(TESTS) \
 	$(NULL)
 
 TEST_EXTENSIONS = .tests


More information about the HarfBuzz mailing list