Accepting request 339964 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/339964
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=85
This commit is contained in:
2015-10-26 10:36:35 +00:00
committed by Git OBS Bridge
parent 15af6e6998
commit a3bd719102
4 changed files with 28 additions and 4 deletions

View File

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