0.9.32
This commit is contained in:
parent
82f4d9d53f
commit
66f30915b1
12
NEWS
12
NEWS
|
@ -1,3 +1,15 @@
|
||||||
|
Overview of changes leading to 0.9.32
|
||||||
|
Thursday, July 17, 2014
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Apply Arabic shaping features in spec order exactly.
|
||||||
|
- Another fix for Mongolian free variation selectors.
|
||||||
|
- For non-Arabic scripts in Arabic shaper apply 'rlig' and 'calt'
|
||||||
|
together.
|
||||||
|
- Minor adjustment to U+FFFD logic.
|
||||||
|
- Fix hb-coretext build.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.31
|
Overview of changes leading to 0.9.31
|
||||||
Wednesday, July 16, 2014
|
Wednesday, July 16, 2014
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.31],
|
[0.9.32],
|
||||||
[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