0.9.24
This commit is contained in:
parent
061cb46493
commit
6300694f6e
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
Overview of changes leading to 0.9.24
|
||||||
|
Tuesday, November 13, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- Misc compiler warning fixes with clang.
|
||||||
|
- No functional changes.
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.23
|
Overview of changes leading to 0.9.23
|
||||||
Monday, October 28, 2013
|
Monday, October 28, 2013
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.23],
|
[0.9.24],
|
||||||
[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