diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-11-18 23:40:47 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-11-18 23:52:51 -0800 |
commit | e1118aeac3b5556df0ce502732df8ac92bdac45a (patch) | |
tree | b3a0edf502e28d4fa70ea5f56406623e88fdf03a | |
parent | 63fe05c8b1cd4f08b525028409e1299f34750810 (diff) |
1.1.01.1.0
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +Overview of changes leading to 1.1.0 +Wednesday, November 18, 2015 +==================================== + +- Implement 'stch' stretch feature for Syriac Abbreviation Mark. + https://github.com/behdad/harfbuzz/issues/141 +- Disable use of decompose_compatibility() callback. +- Implement "shaping" of various Unicode space characters, even + if the font does not support them. + https://github.com/behdad/harfbuzz/issues/153 +- If font does not support U+2011 NO-BREAK HYPHEN, fallback to + U+2010 HYPHEN. +- Changes resulting from libFuzzer continuous fuzzing: + * Reject font tables that need more than 8 edits, + * Bound buffer growth during shaping to 32x, + * Fix assertions and other issues at OOM / buffer max-growth. +- Misc fixes and optimizations. +- API changes: + * All fonts created with hb_font_create() now inherit from + (ie. have parent) hb_font_get_empty(). + + Overview of changes leading to 1.0.6 Thursday, October 15, 2015 ==================================== diff --git a/configure.ac b/configure.ac index b4af3cba..2292a99c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.0.6], + [1.1.0], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |