summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 12:50:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 12:50:49 -0400
commit8cbab786bb7592fda2253b1c0d71c9c025e9984b (patch)
tree331b26bcae0f2fb85af37f373adb804b9ca7b5c7 /CHANGELOG
parenta5134d6f3fe92f9a24b7459eda648ee443c70cc1 (diff)
prefer xdot over dot
* map: Run xdot if it's available in PATH. On OSX, the dot command does not support graphical display, while xdot does. * Debian: xdot is a better interactive viewer than dot, so Suggest xdot, rather than graphviz.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1e108d4a0..76da79eaa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,10 @@ git-annex (6.20161119) UNRELEASED; urgency=medium
largerthan, mimetype, and smallerthan; the first two always failed
to match, and the latter always matched.
* Relicense 5 source files that are not part of the webapp from AGPL to GPL.
+ * map: Run xdot if it's available in PATH. On OSX, the dot command
+ does not support graphical display, while xdot does.
+ * Debian: xdot is a better interactive viewer than dot, so Suggest
+ xdot, rather than graphviz.
-- Joey Hess <id@joeyh.name> Mon, 21 Nov 2016 11:27:50 -0400