0.9.16
This commit is contained in:
parent
8659c63608
commit
a408d2375a
13
NEWS
13
NEWS
|
@ -1,5 +1,16 @@
|
||||||
|
Overview of changes leading to 0.9.16
|
||||||
|
Friday, April 19, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Major speedup in OpenType lookup processing. With the Amiri
|
||||||
|
Arabic font, this release is over 3x faster than previous
|
||||||
|
release. All scripts / languages should see this speedup.
|
||||||
|
|
||||||
|
- New --num-iterations option for hb-shape / hb-view; useful for
|
||||||
|
profiling.
|
||||||
|
|
||||||
Overview of changes leading to 0.9.15
|
Overview of changes leading to 0.9.15
|
||||||
Thursday, April 05, 2013
|
Friday, April 05, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
- Build fixes.
|
- Build fixes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.15],
|
[0.9.16],
|
||||||
[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