0.9.37
This commit is contained in:
parent
093c520de5
commit
66e37409b3
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
Overview of changes leading to 0.9.37
|
||||||
|
Wednesday, December 17, 2014
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Fix out-of-bounds access in Context lookup format 3.
|
||||||
|
- Indic: Allow ZWJ/ZWNJ before syllable modifiers.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.36
|
Overview of changes leading to 0.9.36
|
||||||
Thursday, November 20, 2014
|
Thursday, November 20, 2014
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.36],
|
[0.9.37],
|
||||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue