
sunnavy at bestpractical
Apr 30, 2012, 7:53 AM
Post #1 of 1
(93 views)
Permalink
|
|
rt branch, 4.0/dep-ipc-run-version, created. rt-4.0.5-135-ge2d74a7
|
|
The branch, 4.0/dep-ipc-run-version has been created at e2d74a719b08c15ba8efc72d00a89c91d0820f15 (commit) - Log ----------------------------------------------------------------- commit e2d74a719b08c15ba8efc72d00a89c91d0820f15 Author: sunnavy <sunnavy [at] bestpractical> Date: Mon Apr 30 22:49:19 2012 +0800 IPC::Run < 0.90 miscalculates length of UTF-8 strings this could cause a lame chopped dot chart, see also #19802 diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in index 9d898e8..a1d0103 100755 --- a/sbin/rt-test-dependencies.in +++ b/sbin/rt-test-dependencies.in @@ -344,7 +344,7 @@ URI 1.59 $deps{'GRAPHVIZ'} = [ text_to_hash( << '.') ]; GraphViz -IPC::Run +IPC::Run 0.90 . $deps{'GD'} = [ text_to_hash( << '.') ]; ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|