NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-)
New commits: commit e152d1a27891bd1d9d46a9c028c026843bad384a Author: Behdad Esfahbod <[email protected]> Date: Thu Oct 3 15:09:37 2013 -0400 0.9.22 diff --git a/NEWS b/NEWS index 57ec380..ae4bc2b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Overview of changes leading to 0.9.22 +Thursday, October 3, 2013 +===================================== + +- Fix use-after-end-of-scope in hb_language_from_string(). +- Fix hiding of default_ignorables if font doesn't have space glyph. +- Protect against out-of-range lookup indices. + +- API Changes: + + * Added hb_ot_layout_table_get_lookup_count() + + Overview of changes leading to 0.9.21 Monday, September 16, 2013 ===================================== diff --git a/configure.ac b/configure.ac index 0a6795c..17a7fb9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.21], + [0.9.22], [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
