diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-04-23 16:19:13 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-04-23 16:19:13 -0700 |
commit | 141b33de9a141248e2f034d55f48460159536cb9 (patch) | |
tree | 8237a5fc3bf005d8cd6106378e9f48ef3c80bb99 | |
parent | 74b99ef2249107e7cd01bd1ee522a5d9ce61e05f (diff) |
1.4.61.4.6
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Overview of changes leading to 1.4.6 +Sunday, April 23, 2017 +==================================== + +- Graphite2: Fix RTL positioning issue. +- Backlist GDEF of more versions of Padauk and Tahoma. +- New, experimental, cmake alternative build system. + + Overview of changes leading to 1.4.5 Friday, March 10, 2017 ==================================== diff --git a/configure.ac b/configure.ac index 91fbfd70..6d144555 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.4.5], + [1.4.6], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |