This commit is contained in:
Behdad Esfahbod 2017-03-10 23:02:28 -08:00
parent 47e7a1800f
commit 60e2586f76
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -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 Overview of changes leading to 1.4.4
Sunday, March 5, 2017 Sunday, March 5, 2017
==================================== ====================================

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([HarfBuzz], AC_INIT([HarfBuzz],
[1.4.4], [1.4.5],
[https://github.com/behdad/harfbuzz/issues/new], [https://github.com/behdad/harfbuzz/issues/new],
[harfbuzz], [harfbuzz],
[http://harfbuzz.org/]) [http://harfbuzz.org/])