Accepting request 340946 from GNOME:Factory

(forwarded request 339964 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/340946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2015-10-28 16:28:26 +00:00 committed by Git OBS Bridge
commit c32e182c20
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7
size 1234373

3
harfbuzz-1.0.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26
size 1240522

View File

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

View File

@ -17,7 +17,7 @@
Name: harfbuzz
Version: 1.0.3
Version: 1.0.6
Release: 0
Summary: An OpenType text shaping engine
License: MIT