diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-03-05 13:54:56 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-03-05 13:54:56 -0800 |
commit | 8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46 (patch) | |
tree | b20eb979e8409cae1a431787834cd8d1cb482b69 | |
parent | 9ac9af725c781f4597e8db46cf330d595c072739 (diff) |
1.4.41.4.4
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 ==================================== diff --git a/configure.ac b/configure.ac index a3eb0f02..55b48a53 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) |