1.4.4
This commit is contained in:
parent
9ac9af725c
commit
8e42c3cb2b
8
NEWS
8
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
|
Overview of changes leading to 1.4.3
|
||||||
Saturday, February 25, 2017
|
Saturday, February 25, 2017
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.4.3],
|
[1.4.4],
|
||||||
[https://github.com/behdad/harfbuzz/issues/new],
|
[https://github.com/behdad/harfbuzz/issues/new],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue