0.9.4
This commit is contained in:
parent
2bd9fe3598
commit
f7e81ce0b8
18
NEWS
18
NEWS
|
@ -1,3 +1,21 @@
|
||||||
|
Overview of changes leading to 0.9.4
|
||||||
|
Tuesday, Sep 03, 2012
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Indic improvements with old-spec Malayalam.
|
||||||
|
|
||||||
|
- Better fallback glyph positioning, specially with Thai / Lao marks.
|
||||||
|
|
||||||
|
- Implement dotted-circle insertion.
|
||||||
|
|
||||||
|
- Better Arabic fallback shaping / ligation.
|
||||||
|
|
||||||
|
- Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
|
||||||
|
|
||||||
|
- Misc fixes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.3
|
Overview of changes leading to 0.9.3
|
||||||
Friday, Aug 18, 2012
|
Friday, Aug 18, 2012
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.3],
|
[0.9.4],
|
||||||
[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