This commit is contained in:
Behdad Esfahbod 2015-06-18 11:14:56 -07:00
parent cd042fc8c4
commit a6446d44e6
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes leading to 0.9.41
Thursday, June 18, 2015
=====================================
- Fix hb-coretext with trailing whitespace in right-to-left.
- New API: hb_buffer_reverse_range().
- Allow implementing atomic ops in config.h.
- Fix hb_language_t in language bindings.
- Misc fixes.
Overview of changes leading to 0.9.40
Friday, March 20, 2015
=====================================

View File

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