0.9.21
This commit is contained in:
parent
2af8262963
commit
b61f97d544
12
NEWS
12
NEWS
|
@ -1,3 +1,15 @@
|
||||||
|
Overview of changes leading to 0.9.21
|
||||||
|
Monday, September 16, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Rename gobject-introspection library name from harfbuzz to HarfBuzz.
|
||||||
|
- Remove (long disabled) hb-old and hb-icu-le test shapers.
|
||||||
|
- Misc gtk-doc and gobject-introspection annotations.
|
||||||
|
- Misc fixes.
|
||||||
|
- API changes:
|
||||||
|
|
||||||
|
* Add HB_SET_VALUE_INVALID
|
||||||
|
|
||||||
Overview of changes leading to 0.9.20
|
Overview of changes leading to 0.9.20
|
||||||
Thursday, August 29, 2013
|
Thursday, August 29, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.20],
|
[0.9.21],
|
||||||
[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