Accepting request 345419 from home:mimi_vx:branches:GNOME:Factory

- Update to version 1.1.0
	+ Implement 'stch' stretch feature for Syriac Abbreviation Mark.
	+ Disable use of decompose_compatibility() callback.
	+ Implement "shaping" of various Unicode space characters, even
	  if the font does not support them.
	+ If font does not support U+2011 NO-BREAK HYPHEN, fallback to
	  U+2010 HYPHEN.
	+ Changes resulting from libFuzzer continuous fuzzing:
  		* Reject font tables that need more than 8 edits,
  		* Bound buffer growth during shaping to 32x,
  		* Fix assertions and other issues at OOM / buffer max-growth.
	+ Misc fixes and optimizations.
	+ API changes:
  		* All fonts created with hb_font_create() now inherit from
   		 (ie. have parent) hb_font_get_empty().- update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/345419
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=87
This commit is contained in:
Bjørn Lie 2015-11-21 10:25:03 +00:00 committed by Git OBS Bridge
parent a3bd719102
commit 4226953b18
4 changed files with 23 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Nov 20 13:18:12 UTC 2015 - mimi.vx@gmail.com
- Update to version 1.1.0
+ Implement 'stch' stretch feature for Syriac Abbreviation Mark.
+ Disable use of decompose_compatibility() callback.
+ Implement "shaping" of various Unicode space characters, even
if the font does not support them.
+ If font does not support U+2011 NO-BREAK HYPHEN, fallback to
U+2010 HYPHEN.
+ Changes resulting from libFuzzer continuous fuzzing:
* Reject font tables that need more than 8 edits,
* Bound buffer growth during shaping to 32x,
* Fix assertions and other issues at OOM / buffer max-growth.
+ Misc fixes and optimizations.
+ API changes:
* All fonts created with hb_font_create() now inherit from
(ie. have parent) hb_font_get_empty().- update to 1.1.0
-------------------------------------------------------------------
Mon Oct 19 14:43:00 UTC 2015 - zaitor@opensuse.org

View File

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