0.9.11
This commit is contained in:
parent
2dcb333f52
commit
cf81fb3624
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
||||||
|
Overview of changes leading to 0.9.11
|
||||||
|
Thursday, January 10, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Build fixes.
|
||||||
|
- Fix GPOS mark attachment with null Anchor offsets.
|
||||||
|
- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
|
||||||
|
- Fix multi-threaded shaper data creation crash.
|
||||||
|
- Add atomic ops for Solaris.
|
||||||
|
|
||||||
|
API changes:
|
||||||
|
- Rename hb_buffer_clear() to hb_buffer_clear_contents().
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.10
|
Overview of changes leading to 0.9.10
|
||||||
Thursday, January 3, 2013
|
Thursday, January 3, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.10],
|
[0.9.11],
|
||||||
[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