0.9.41
This commit is contained in:
parent
cd042fc8c4
commit
a6446d44e6
10
NEWS
10
NEWS
|
@ -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
|
Overview of changes leading to 0.9.40
|
||||||
Friday, March 20, 2015
|
Friday, March 20, 2015
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.40],
|
[0.9.41],
|
||||||
[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