diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-08-08 13:17:03 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-08-08 13:17:03 -0700 |
commit | 7917792f01603f91b703d12e12d8baced655a615 (patch) | |
tree | a929493cc30b69446107d8ede289329dbe7f4182 | |
parent | 5dc30451b80f6bb0079424a130875c10486e4d34 (diff) |
1.4.81.4.8
-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.8 +Tuesday, August 8, 2017 +==================================== + +- Major fix to avar table handling. +- Rename hb-shape --show-message to --trace. +- Build fixes. + + Overview of changes leading to 1.4.7 Tuesday, July 18, 2017 ==================================== diff --git a/configure.ac b/configure.ac index ec9e2986..52134c87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.4.7], + [1.4.8], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |