This commit is contained in:
Behdad Esfahbod 2012-12-04 15:43:38 -05:00
parent 7babfe5a79
commit a52f51b216
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,3 +1,19 @@
Overview of changes leading to 0.9.8
Tuesday, December 4, 2012
====================================
- Actually implement hb_shape_plan_get_shaper ().
- Make UCDB data tables const.
- Lots of internal refactoring in OTLayout tables.
- Flesh out hb_ot_layout_lookup_collect_glyphs().
New API:
hb_ot_layout_collect_lookups()
hb_ot_layout_get_size_params()
Overview of changes leading to 0.9.7
Sunday, November 21, 2012
====================================

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
[0.9.7],
[0.9.8],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])