summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2017-03-10 23:02:28 -0800
committerBehdad Esfahbod <behdad@behdad.org>2017-03-10 23:02:28 -0800
commit60e2586f7652aaa0ee908eb8f54b1498e2ad299e (patch)
tree2e09b67dd67e1dfc662fb9deb2e016c416a39d60
parent47e7a1800fba9b8bf042a1f4976a15ab012ebfc7 (diff)
1.4.51.4.5
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 48a51d68..b878793a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes leading to 1.4.5
+Friday, March 10, 2017
+====================================
+
+- Revert "Fix Context lookup application when moving back after a glyph..."
+ This introduced memory access problems. To be fixed properly soon.
+
+
Overview of changes leading to 1.4.4
Sunday, March 5, 2017
====================================
diff --git a/configure.ac b/configure.ac
index 55b48a53..91fbfd70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.4.4],
+ [1.4.5],
[https://github.com/behdad/harfbuzz/issues/new],
[harfbuzz],
[http://harfbuzz.org/])