summaryrefslogtreecommitdiffstats
path: root/gfx/graphite2/ChangeLog
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-04 15:23:27 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-04 15:23:27 +0100
commit3ef4f63ec257cf90ad4bf8695a1e4e291f811af2 (patch)
treea250561efd62b85afa60738eec1cf3184d9ea499 /gfx/graphite2/ChangeLog
parentfeeb4327304db5af1c4aa7f77c082bb6527eef5b (diff)
parenta47a037ec9052bf1707be10ba5140226f939eb60 (diff)
downloadUXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar
UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.gz
UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.lz
UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.xz
UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.zip
Merge branch 'ported-moebius'
Diffstat (limited to 'gfx/graphite2/ChangeLog')
-rw-r--r--gfx/graphite2/ChangeLog31
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