summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-09 14:59:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-09 14:59:08 -0400
commite2548c18e147b00c387082c678454bfd9e6891b5 (patch)
tree26880b9f6aae0bd681ba64a3ccfbf433fa67a1a1 /debian
parent664ebd06d1ede56d336d1e0a5b007fb9daf10b41 (diff)
fix webapp reversion caused by relative path changes
webapp: When adding another local repository, and combining it with the current repository, the new repository's remote path was set to "." rather than the path to the current repository. This was a reversion caused by the relative path changes in 5.20150113.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b228f156..b53d77ac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (5.20150406.2) UNRELEASED; urgency=medium
+git-annex (5.20150409) UNRELEASED; urgency=medium
* This fixes a bug in the assistant introduced by the literal pathspec
changes in version 5.20150406.
@@ -16,6 +16,10 @@ git-annex (5.20150406.2) UNRELEASED; urgency=medium
repo.
* importfeed: Fix feed download when curl is used.
* importfeed: Error out when passed a non-url.
+ * webapp: When adding another local repository, and combining it
+ with the current repository, the new repository's remote path
+ was set to "." rather than the path to the current repository.
+ This was a reversion caused by the relative path changes in 5.20150113.
-- Joey Hess <id@joeyh.name> Mon, 06 Apr 2015 20:14:20 -0400