summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fed1f76a6..df1fa7436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-annex (5.20151103) UNRELEASED; urgency=medium
+
+ * Avoid installing desktop file and program file if cabal install
+ git-annex is run as root, since that is not a systemwide install,
+ but to /root, and so generating a systemwide desktop file is not right.
+ * When cabal install is run with the desktop file location not writable,
+ display a warning, but continue successfully.
+
+ -- Joey Hess <id@joeyh.name> Tue, 03 Nov 2015 10:36:43 -0400
+
git-annex (5.20151102) unstable; urgency=medium
* Use statvfs on OSX.