diff --git a/NEWS b/NEWS index c2883ae9e65b35ee3e55ea20a37a6bed032fed6f..b7ac4151a02fdc4b5df4d8316b608ae9a960a1c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Overview of changes leading to 0.9.29 +Thursday, May 29, 2014 +===================================== + +- Implement cmap in hb-ot-font.h. No variation-selectors yet. +- Myanmar: Allow MedialYa+Asat. +- Various Indic fixes: + * Support most characters in Extended Devanagary and Vedic + Unicode blocks. + * Allow digits and a some punctuation as consonant placeholders. +- Build fixes. + Overview of changes leading to 0.9.28 Monday, April 28, 2014 ===================================== diff --git a/configure.ac b/configure.ac index e10fb3444f9222ee75f28eb4a71d28f4dcef98c5..d2036ec9920fb8de5aadd74b622050fe64ba55f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.28], + [0.9.29], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/])