diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-12 12:26:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-12 12:26:12 -0400 |
commit | 3afcb1a449ecfee52419767957fa1f06673515b6 (patch) | |
tree | f727f5b1ffe24b1a6769ee38336e2e08e8ab23ab /debian | |
parent | 006e5e7fea3925cd1f4c650cf42b020520742d70 (diff) |
Rather than crashing when there's a problem with the requested bloomfilter capacity/accuracy, fall back to a reasonable default bloom filter size.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 710f72a34..c2e0ea508 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ git-annex (5.20140832) UNRELEASED; urgency=medium the repository, rather than just the file's base name. Note that if you're relying on such things to keep files separate with WORM, you should really be using a better backend. + * Rather than crashing when there's a problem with the requested bloomfilter + capacity/accuracy, fall back to a reasonable default bloom filter size. -- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400 |