[HarfBuzz] harfbuzz: Branch 'master' - 2 commits
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Oct 19 18:20:39 UTC 2018
RELEASING.md | 5 ++++-
test/shaping/data/in-house/tests/aat-trak.tests | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 257ded1f9ec653d15e79d2ea0a83bd8c5c53d831
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Oct 19 11:20:14 2018 -0700
[trak] Fix test for previous fix
diff --git a/test/shaping/data/in-house/tests/aat-trak.tests b/test/shaping/data/in-house/tests/aat-trak.tests
index 9e650558..48b224f3 100644
--- a/test/shaping/data/in-house/tests/aat-trak.tests
+++ b/test/shaping/data/in-house/tests/aat-trak.tests
@@ -5,4 +5,4 @@
../fonts/TestTRAK.ttf:--font-ptem=9:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000]
../fonts/TestTRAK.ttf:--font-ptem=24:U+0041,U+0042,U+0043:[A.alt=0 at -12,0+976|B=1 at -12,0+976|C.alt=2 at -12,0+976]
../fonts/TestTRAK.ttf:--font-ptem=72:U+0041,U+0042,U+0043:[A.alt=0 at -50,0+900|B=1 at -50,0+900|C.alt=2 at -50,0+900]
-../fonts/TestTRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0 at -100,0+800|B=1 at -100,0+800|C.alt=2 at -100,0+800]
+../fonts/TestTRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0 at -107,0+786|B=1 at -107,0+786|C.alt=2 at -107,0+786]
commit 72bb139b807c21f1569058fb5fb260dcdd81eba4
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Oct 19 11:15:35 2018 -0700
[RELEASING] Post-mortem
Re https://github.com/harfbuzz/harfbuzz/issues/1271
diff --git a/RELEASING.md b/RELEASING.md
index d431871c..4f5705e5 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -27,7 +27,10 @@ HarfBuzz release walk-through checklist:
Otherwise, fix things and commit them separately before making release,
Note: Check src/hb-version.h and make sure the new version number is
there. Sometimes, it does not get updated. If that's the case,
- "touch configure.ac" and rebuild. TODO: debug.
+ "touch configure.ac" and rebuild. Also check that there is no hb-version.h
+ in your build/src file. Typically it will fail the distcheck if there is.
+ That's what happened to 2.0.0 going out with 1.8.0 hb-version.h... So, that's
+ a clue.
7. "make release-files". Enter your GPG password. This creates a sha256 hash
and signs it.
More information about the HarfBuzz
mailing list