Accepting request 360521 from home:dimstar:branches:GNOME:Factory

Update to 1.2.0

OBS-URL: https://build.opensuse.org/request/show/360521
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=94
This commit is contained in:
Bjørn Lie
2016-02-19 15:35:58 +00:00
committed by Git OBS Bridge
parent 9d29197c41
commit 5c945f95af
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Feb 19 15:28:03 UTC 2016 - dimstar@opensuse.org
- Update to version 1.2.0:
+ Fix various issues (hangs mostly) in case of memory allocation
failure.
+ Change mark zeroing types of most shapers from BY_UNICODE_LATE
to BY_GDEF_LATE. This seems to be what Uniscribe does.
+ Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY.
That's what Windows does.
+ Allow GPOS cursive connection on marks, and fix the interaction
with mark attachment. This work resulted in some changes to how
mark attachments work (gh#behdad/harfbuzz#211).
+ Graphite2 shaper: improved negative advance handling
(eg. Nastaliq).
+ Add nmake-based build system for Windows.
+ Minor speedup.
+ Misc. improvements.
-------------------------------------------------------------------
Thu Jan 14 08:50:37 UTC 2016 - dimstar@opensuse.org