diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-07-18 11:24:42 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-07-18 11:24:42 -0700 |
commit | fc15e60eadfc89aca5b8815262b8ee888f285169 (patch) | |
tree | 2ab975f9c84f8fc855feff7d49f12251eab5d7f4 | |
parent | c1432bce3cfc1156d19b21892d4083afa8838d94 (diff) |
1.4.71.4.7
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Overview of changes leading to 1.4.7 +Tuesday, July 18, 2017 +==================================== + +- Multiple Indic, Tibetan, and Cham fixes. +- CoreText: Allow disabling kerning. +- Adjust Arabic feature order again. +- Misc build fixes. + + Overview of changes leading to 1.4.6 Sunday, April 23, 2017 ==================================== diff --git a/configure.ac b/configure.ac index 6d144555..ec9e2986 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.4.6], + [1.4.7], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |