diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-01-30 15:14:58 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-01-30 15:14:58 -0500 |
commit | 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c (patch) | |
tree | 28967c7329a920638d0c22e8a6fe5596fb744935 | |
parent | 7691a154e50f8c8c77bbd94787686262955bf5d4 (diff) |
0.9.260.9.26
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ +Overview of changes leading to 0.9.26 +Thursday, January 30, 2014 +===================================== + +- Misc fixes. +- Fix application of 'rtlm' feature. +- Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH. +- New header: hb-ot-shape.h +- Uniscribe: fix scratch-buffer accounting. +- Reorder Tai Tham SAKOT to after tone-marks. +- Add Hangul shaper. +- New files: + hb-ot-shape-complex-hangul.cc + hb-ot-shape-complex-hebrew.cc + hb-ot-shape-complex-tibetan.cc +- Disable 'cswh' feature in Arabic shaper. +- Coretext: better handle surrogate pairs. +- Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE. + + Overview of changes leading to 0.9.25 Wednesday, December 4, 2013 ===================================== diff --git a/configure.ac b/configure.ac index 517b8df7..3d18f7a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.25], + [0.9.26], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |