NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6 Author: Behdad Esfahbod <[email protected]> Date: Wed Dec 17 12:09:17 2014 -0800 0.9.37 diff --git a/NEWS b/NEWS index 21390c6..e3b69d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes leading to 0.9.37 +Wednesday, December 17, 2014 +===================================== + +- Fix out-of-bounds access in Context lookup format 3. +- Indic: Allow ZWJ/ZWNJ before syllable modifiers. + + Overview of changes leading to 0.9.36 Thursday, November 20, 2014 ===================================== diff --git a/configure.ac b/configure.ac index d8b7a03..ec41748 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.36], + [0.9.37], [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
