diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-05-29 15:48:16 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-05-29 15:48:16 -0400 |
commit | 5875ad9c467b39d00ad4d98fd425179c701e6fd0 (patch) | |
tree | fb6b84eb13287bcc3251a9d4b0315c843d319830 | |
parent | 7977ca17aac34b9ab10622928bed8afa2177f16a (diff) |
0.9.290.9.29
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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 e10fb344..d2036ec9 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/]) |