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:
parent
15af6e6998
commit
a3bd719102
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b030373457e7c00d3a7920f15e6fcd35defac3c4e44cd14ed85869030df74381
|
||||
size 1235700
|
3
harfbuzz-1.0.6.tar.bz2
Normal file
3
harfbuzz-1.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26
|
||||
size 1240522
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 1.0.4
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user