diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-20 19:05:56 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-04 11:49:12 +0100 |
commit | e5f30602af585997caf796249d1464a4637b8d4c (patch) | |
tree | ef305a5ba85f96ae6c9f0cad735f617c56351d56 /gfx/graphite2/ChangeLog | |
parent | da33459cd2c51e76ef6c05c5700ae3aa5f99ac67 (diff) | |
download | UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.gz UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.lz UXP-e5f30602af585997caf796249d1464a4637b8d4c.tar.xz UXP-e5f30602af585997caf796249d1464a4637b8d4c.zip |
Update graphite2 lib to 1.3.10
(from 1.3.8)
Diffstat (limited to 'gfx/graphite2/ChangeLog')
-rw-r--r-- | gfx/graphite2/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gfx/graphite2/ChangeLog b/gfx/graphite2/ChangeLog index 2d5a0c113..026feda56 100644 --- a/gfx/graphite2/ChangeLog +++ b/gfx/graphite2/ChangeLog @@ -1,3 +1,34 @@ +1.3.10 + . Address floating point build parameters to give consistent positioning results across platforms + . Various bug fixes + +1.3.9 + . Add Collision COLL_ISSPACE to allow for visible spaces in collision avoidance + . Add segment and pass direction information to tracing output + . Bug fix rule length testing in 32-bit + . Increase slanted margin distances for collision avoidance + . Change kerning algorithm to simple outline expansion. Seems to make no visible difference. + . Add trace2svg to test tools + +1.3.8 + . Various bug fixes arising from fuzzing + . Fix regression that stopped piglatin from working + . Make collision avoidance kerning give more regular results + . Minor modification to clustering algorithm to handle variable width chars + +1.3.7 + . Bug fixes + . Start to deprecate SegCache. This will be going away in a later release. + +1.3.6 + . Bug fixes + +1.3.5 + . Bug fixes + . Security bug fix + . Fix ARM misalignment problem + . Track latest cmake + 1.3.4 . Transition from Mercurial to Git . Bug fixes |