This commit is contained in:
Behdad Esfahbod 2013-04-19 16:32:06 -04:00
parent 8659c63608
commit a408d2375a
2 changed files with 13 additions and 2 deletions

13
NEWS
View File

@ -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.

View File

@ -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/])