]> code.ossystems Code Review - openembedded-core.git/commit
harfbuzz: update 1.0.6 -> 1.1.0
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 20 Nov 2015 21:29:14 +0000 (13:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:00 +0000 (21:31 +0000)
commited76a9e36edc054cbd87b6d1cab0202526959868
tree578b630fde465fed4db6396ab2f63227d9f83b35
parentdca2138b4f2adbee452a48c2c6561d8ba295c842
harfbuzz: update 1.0.6 -> 1.1.0

  http://cgit.freedesktop.org/harfbuzz/tree/NEWS

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().

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb [moved from meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb with 88% similarity]