diff --git a/harfbuzz-1.0.4.tar.bz2 b/harfbuzz-1.0.4.tar.bz2 deleted file mode 100644 index 1e1fb86..0000000 --- a/harfbuzz-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b030373457e7c00d3a7920f15e6fcd35defac3c4e44cd14ed85869030df74381 -size 1235700 diff --git a/harfbuzz-1.0.6.tar.bz2 b/harfbuzz-1.0.6.tar.bz2 new file mode 100644 index 0000000..d048481 --- /dev/null +++ b/harfbuzz-1.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26 +size 1240522 diff --git a/harfbuzz.changes b/harfbuzz.changes index 9259b36..5e991ec 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Oct 19 14:43:00 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.0.6: + + Reduce max nesting level in OT lookups from 8 to 6. + + Fix memory access issue in ot-font. + + Revert default load-flags of fonts created using + hb_ft_font_create() back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING. + This was changed in 1.0.5, but caused major issues, so revert. +- Changes from version 1.0.5: + + Fix multiple memory access bugs discovered using libFuzzer. + + Misc fixes. + + New API: + - hb_font_set_parent(). + - hb_ft_font_[sg]et_load_flags() + The default flags for fonts created using hb_ft_font_create() + has changed to default to FT_LOAD_DEFAULT now. Previously it + was defaulting to FT_LOAD_DFEAULT|FT_LOAD_NO_HINTING. + + API changes: + - Fonts now default to units-per-EM as their scale, instead + of 0. + - hb_font_create_sub_font() does NOT make parent font immutable + anymore. hb_font_make_immutable() does. + ------------------------------------------------------------------- Fri Oct 9 19:02:19 UTC 2015 - zaitor@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index 869b790..2e266d8 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.0.4 +Version: 1.0.6 Release: 0 Summary: An OpenType text shaping engine License: MIT