Bjørn Lie 2015-11-21 10:29:50 +00:00 committed by Git OBS Bridge
parent 4226953b18
commit 0ffe805b69

View File

@ -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