This commit is contained in:
Behdad Esfahbod 2012-09-04 15:32:37 -04:00
parent 2bd9fe3598
commit f7e81ce0b8
2 changed files with 19 additions and 1 deletions

18
NEWS
View File

@ -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
Friday, Aug 18, 2012
====================================

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
[0.9.3],
[0.9.4],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])