summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:07:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:16:44 -0400
commit8645fc2235eb663e8b050a4790c69e1be1640c09 (patch)
tree7d65d6c325199d17f4030bc02507bd103b4c99f2 /debian
parentfcd94707427b5bc8ec635ef378ff90d8772a1443 (diff)
fix relPathDirToFileAbs on windows with different drive letters
Since we started using this for git repos, when a remote was on another drive, it resulted in a bogus relative path to it being used by git-annex, which didn't work.
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 3ff3c9ae4..5f62dc62c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* Windows: Renamed start menu file to avoid loop in some versions
of Windows where the menu file is treated as a git-annex program.
* bittorrent: Fix handling of magnet links.
+ * Windows: Fixed support of remotes on other drives.
+ (A reversion introduced in version 5.20150113.)
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400