summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-18 17:23:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-18 17:23:36 -0400
commit9b4142c9e0ae2f6720b0af2012a3bc2b1046670f (patch)
treec4c338e96f44af74e838b3c24a8dd45ab186650e /debian
parent3493653759246ad0faea6370bb94290636973fba (diff)
Fix bug in annex.queuesize calculation that caused much more queue flushing than necessary.
The bug caused the size of the queue to be miscalculted; it was doubled each time an item was added. Commands run after approx 140 items rather than the intended 10240!
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 999270db8..48f795954 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ git-annex (5.20140614) UNRELEASED; urgency=medium
* Windows: Fix opening file browser from webapp when repo is in a
directory with spaces.
* Windows: Assistant now logs to daemon.log.
+ * Fix bug in annex.queuesize calculation that caused much more
+ queue flushing than necessary.
-- Joey Hess <joeyh@debian.org> Mon, 16 Jun 2014 11:28:42 -0400