1.4.4
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 5 Mar 2017 21:54:56 +0000 (13:54 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 5 Mar 2017 21:54:56 +0000 (13:54 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e175b38..48a51d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes leading to 1.4.4
+Sunday, March 5, 2017
+====================================
+
+- Fix Context lookup application when moving back after a glyph deletion.
+- Fix buffer-overrun in Bengali.
+
+
 Overview of changes leading to 1.4.3
 Saturday, February 25, 2017
 ====================================
index a3eb0f0..55b48a5 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [1.4.3],
+        [1.4.4],
         [https://github.com/behdad/harfbuzz/issues/new],
         [harfbuzz],
         [http://harfbuzz.org/])