This commit is contained in:
Behdad Esfahbod 2013-05-20 09:23:58 -04:00
parent d785fa0c45
commit f1b02f4f3c
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Overview of changes leading to 0.9.17
Monday, May 20, 2013
=====================================
- Build fixes.
- Fix bug in hb_set_get_min().
- Fix regression with Arabic mark positioning / width-zeroing.
Overview of changes leading to 0.9.16 Overview of changes leading to 0.9.16
Friday, April 19, 2013 Friday, April 19, 2013
===================================== =====================================

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([HarfBuzz], AC_INIT([HarfBuzz],
[0.9.16], [0.9.17],
[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/])