summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-25 22:48:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-25 22:48:17 -0400
commit70bb36cfc783a27345aa7eba2c9f89ecce748898 (patch)
tree0cadb0ec3b996d7ecd830cb98fb5565ec8c29456 /debian
parent2a850752b27b50e13a306cc4beda7d8fbbea8853 (diff)
Fix fallback to ~/Desktop when xdg-user-dir is not available. Closes: #688833
Really the fix here is to make Utility.Process only throw IOErrors, which is what I naturally assumed it'd throw.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6ee322e1f..75cb3bf8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ git-annex (3.20120925) UNRELEASED; urgency=low
a specified amount of time.
* fsck: New --incremental-schedule option which is nice for scheduling
eg, monthly incremental fsck runs in cron jobs.
+ * Fix fallback to ~/Desktop when xdg-user-dir is not available.
+ Closes: #688833
-- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2012 19:58:07 -0400