Release 0.9.3
This commit is contained in:
parent
7068e534c4
commit
7fe00d15da
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
||||||
|
Overview of changes leading to 0.9.3
|
||||||
|
Friday, Aug 18, 2012
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Fixed fallback mark positioning for left-to-right text.
|
||||||
|
|
||||||
|
- Improve mark positioning for the remaining combining classes.
|
||||||
|
|
||||||
|
- Unbreak Thai and fallback Arabic shaping.
|
||||||
|
|
||||||
|
- Port Arabic shaper to shape-plan caching.
|
||||||
|
|
||||||
|
- Use new ICU normalizer functions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.2
|
Overview of changes leading to 0.9.2
|
||||||
Friday, Aug 10, 2012
|
Friday, Aug 10, 2012
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.2],
|
[0.9.3],
|
||||||
[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