summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-04 13:04:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-04 13:04:01 -0400
commit40729e7fa21684bfed758479c97e3172ff8777fa (patch)
tree1f08747baa32d1c75096d50998b57a46e870dbfd /debian
parentd3be4790937390c29bb76ab8abaeb934330ed37e (diff)
Use SHA library for files less than 50 kb in size, at which point it's faster than forking the more optimised external program.
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 ebd34c944..1c44f5952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ git-annex (3.20120630) UNRELEASED; urgency=low
* When shaNsum commands cannot be found, use the Haskell SHA library
(already a dependency) to do the checksumming. This may be slower,
but avoids portability problems.
+ * Use SHA library for files less than 50 kb in size, at which point it's
+ faster than forking the more optimised external program.
-- Joey Hess <joeyh@debian.org> Sun, 01 Jul 2012 15:04:37 -0400