Accepting request 918533 from home:AndreasStieger:branches:GNOME:Factory
harfbuzz 2.9.1 OBS-URL: https://build.opensuse.org/request/show/918533 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=195
This commit is contained in:
parent
17f41da380
commit
6a97df7728
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d58461395ce28b9dc03903254374dd70c38c8c28c5046db123c08f7ab9417be7
|
||||
size 10678956
|
3
harfbuzz-2.9.1.tar.xz
Normal file
3
harfbuzz-2.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0edcc980f526a338452180e701d6aba6323aef457b6686976a7d17ccbddc51cf
|
||||
size 11103336
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 12 18:55:12 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- harfbuzz 2.9.1:
|
||||
+ Subsetter API close to stable
|
||||
+ Various fuzzer-found bug fixes
|
||||
+ hb_buffer_append() now handles the pre- and post-context which
|
||||
previously were left unchanged in the destination buffer
|
||||
+ hb-view / hb-shape now accept following new arguments:
|
||||
--unicodes: takes a list of hex numbers that represent Unicode
|
||||
codepoints.
|
||||
+ Undeprecated API: hb_set_invert()
|
||||
- includes changes from 2.9.0:
|
||||
+ Support multiple variation axes with same tag, aka HOI
|
||||
+ The coretext testing shaper now passes font variations to
|
||||
CoreText
|
||||
+ hb-shape/hb-view does not break line at new lines unless text
|
||||
is read from file
|
||||
+ hb-view and hb-subset has a --batch now, similar to hb-shape
|
||||
+ The --batch mode now uses ; as argument separator instead of :
|
||||
used previously
|
||||
+ The --batch in hb-shape does not expect 0th argument anymore.
|
||||
That is, the lines read are interpreted as argv[1:], instead
|
||||
of argv[0:].
|
||||
+ The --batch option has been undocumented. We are ready to
|
||||
document it; send feedback if you find it useful
|
||||
+ hb-subset got arguments revamps. Added much-requested
|
||||
--gids-file, --glyphs, --glyphs-file, --unicodes-file,
|
||||
supporting ranges in --unicodes.
|
||||
+ Various bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 10:09:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 2.8.2
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user