aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-26 12:54:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-26 12:54:50 -0400
commit01c0042f39068e43443e667edbde15205f738608 (patch)
treeaf7c9a0971a446d7dcda41bb698f04ed5fce3b00 /debian
parent2e3acd1831b56662efcb957616210697afc195ff (diff)
Bug fix: annex.version did not get set on automatic upgrade to v5 direct mode repo, so the upgrade was performed repeatedly, slowing commands down.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fdc0bd3fd..ee18b4450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ git-annex (5.20131121) UNRELEASED; urgency=low
in the webapp when they use the new guarded direct mode.
* Added support for quvi 0.9. Slightly suboptimal due to limitations in its
interface compared with the old version.
+ * Bug fix: annex.version did not get set on automatic
+ upgrade to v5 direct mode repo, so the upgrade was performed
+ repeatedly, slowing commands down.
-- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 18:30:47 -0400