summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-17 21:29:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-17 21:29:15 -0400
commita5426f14cac3c64299cac62ee6fe86a35f41f584 (patch)
treebf3f3ddcc57bc9b0010277348dbfd850b6d345c1 /debian
parentf4e1fe5508d4a2de6a777af371457586439493ed (diff)
When a key's size is unknown, still check the annex.diskreserve, and avoid getting content if the disk is too full.
We can't check if there's enough disk space to download the content, but we *can* check if there's certainly not enough!
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 5f62dc62c..8bbadfea2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* bittorrent: Fix handling of magnet links.
* Windows: Fixed support of remotes on other drives.
(A reversion introduced in version 5.20150113.)
+ * When a key's size is unknown, still check the annex.diskreserve,
+ and avoid getting content if the disk is too full.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400