NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 6300694f6e531593e7e932000f9540b0367940b8 Author: Behdad Esfahbod <[email protected]> Date: Wed Nov 13 14:54:07 2013 -0500 0.9.24 diff --git a/NEWS b/NEWS index 3636f77..df28c85 100644 --- a/NEWS +++ b/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 Monday, October 28, 2013 ===================================== diff --git a/configure.ac b/configure.ac index d1c40da..7b804b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.23], + [0.9.24], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
