diff --git a/harfbuzz.changes b/harfbuzz.changes index cddfb2d..3c7d4d6 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,21 +1,20 @@ ------------------------------------------------------------------- Fri Nov 20 13:18:12 UTC 2015 - mimi.vx@gmail.com -- Update to version 1.1.0 - + Implement 'stch' stretch feature for Syriac Abbreviation Mark. - + Disable use of decompose_compatibility() callback. - + Implement "shaping" of various Unicode space characters, even - if the font does not support them. - + 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().- update to 1.1.0 +- Update to version 1.1.0: + + Implement 'stch' stretch feature for Syriac Abbreviation Mark. + + Disable use of decompose_compatibility() callback. + + Implement "shaping" of various Unicode space characters, even + if the font does not support them. + + 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(). ------------------------------------------------------------------- Mon Oct 19 14:43:00 UTC 2015 - zaitor@opensuse.org