summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-04-23 16:19:13 -0700
committerBehdad Esfahbod <behdad@behdad.org>2017-04-23 16:19:13 -0700
commit141b33de9a141248e2f034d55f48460159536cb9 (patch)
tree8237a5fc3bf005d8cd6106378e9f48ef3c80bb99
parent74b99ef2249107e7cd01bd1ee522a5d9ce61e05f (diff)
1.4.61.4.6
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b878793a..9c7e7d3b 100644
--- a/NEWS
+++ b/NEWS
@@ -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/])