diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-04-05 18:02:43 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-04-05 18:02:43 -0400 |
commit | 22e47456154ca0b8173268486e56ef3a0e1e7150 (patch) | |
tree | 52e7093f750443e7aa635bf852179c26812d472c | |
parent | 4d4fc920496c95621d5bb4800282ea8c028cdde3 (diff) |
0.9.150.9.15
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Overview of changes leading to 0.9.15 +Thursday, April 05, 2013 +===================================== + +- Build fixes. +- Fix crasher in graphite2 shaper. +- Fix Arabic mark width zeroing regression. +- Don't compose Hangul jamo into Unicode syllables. + + Overview of changes leading to 0.9.14 Thursday, March 21, 2013 ===================================== diff --git a/configure.ac b/configure.ac index df557677..fcae6a29 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.14], + [0.9.15], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |