0.9.14
This commit is contained in:
parent
cc50bf5b13
commit
f872a17462
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
||||||
|
Overview of changes leading to 0.9.14
|
||||||
|
Thursday, March 21, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Build fixes.
|
||||||
|
- Fix time-consuming sanitize with malicious fonts.
|
||||||
|
- Implement hb_buffer_deserialize_glyphs() for both json and text.
|
||||||
|
- Do not ignore Hangul filler characters.
|
||||||
|
- Indic fixes:
|
||||||
|
* Fix Malayalam pre-base reordering interaction with post-forms.
|
||||||
|
* Further adjust ZWJ handling. Should fix known regressions from
|
||||||
|
0.9.13.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.13
|
Overview of changes leading to 0.9.13
|
||||||
Thursday, February 25, 2013
|
Thursday, February 25, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.13],
|
[0.9.14],
|
||||||
[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