0.9.30
This commit is contained in:
parent
8b16ff1259
commit
ea001374b8
17
NEWS
17
NEWS
|
@ -1,3 +1,19 @@
|
||||||
|
Overview of changes leading to 0.9.30
|
||||||
|
Wednesday, July 9, 2014
|
||||||
|
=====================================
|
||||||
|
- Update to Unicode 7.0.0:
|
||||||
|
* New scripts Manichaean and Psalter Pahlavi are shaped using
|
||||||
|
Arabic shaper.
|
||||||
|
* All the other new scripts to through the generic shaper for
|
||||||
|
now.
|
||||||
|
- Minor Indic improvements.
|
||||||
|
- Fix graphite2 backend cluster mapping [crasher!]
|
||||||
|
- API changes:
|
||||||
|
* New HB_SCRIPT_* values for Unicode 7.0 scripts.
|
||||||
|
* New function hb_ot_layout_language_get_required_feature().
|
||||||
|
- Build fixes.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.29
|
Overview of changes leading to 0.9.29
|
||||||
Thursday, May 29, 2014
|
Thursday, May 29, 2014
|
||||||
=====================================
|
=====================================
|
||||||
|
@ -10,6 +26,7 @@ Thursday, May 29, 2014
|
||||||
* Allow digits and a some punctuation as consonant placeholders.
|
* Allow digits and a some punctuation as consonant placeholders.
|
||||||
- Build fixes.
|
- Build fixes.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.28
|
Overview of changes leading to 0.9.28
|
||||||
Monday, April 28, 2014
|
Monday, April 28, 2014
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.29],
|
[0.9.30],
|
||||||
[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