diff --git a/harfbuzz-1.0.3.tar.bz2 b/harfbuzz-1.0.3.tar.bz2 deleted file mode 100644 index 1d5ff25..0000000 --- a/harfbuzz-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7 -size 1234373 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 c3c6146..5e991ec 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 + +- Update to version 1.0.4: + + Fix minor out-of-bounds read error. + ------------------------------------------------------------------- Sun Sep 6 18:53:31 UTC 2015 - zaitor@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index df04647..2e266d8 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 1.0.3 +Version: 1.0.6 Release: 0 Summary: An OpenType text shaping engine License: MIT