summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-08-08 13:17:03 -0700
committerBehdad Esfahbod <behdad@behdad.org>2017-08-08 13:17:03 -0700
commit7917792f01603f91b703d12e12d8baced655a615 (patch)
treea929493cc30b69446107d8ede289329dbe7f4182
parent5dc30451b80f6bb0079424a130875c10486e4d34 (diff)
1.4.81.4.8
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cbfacf2..b058bad3 100644
--- a/NEWS
+++ b/NEWS
@@ -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/])