summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-14 12:44:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-14 12:44:17 -0400
commita4f72c9625486786a4549cf4db1b542ea89da7c7 (patch)
treeb9d6b858aa710f782059a6d6d487e23c43551ae0
parentbfa15bd66500d041a72b5ddb03117d434b1ecfde (diff)
update
-rw-r--r--debian/changelog5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 393234ba5..0f8fc001e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,6 @@ git-annex (3.20120310) UNRELEASED; urgency=low
* fsck: Fix up any broken links and misplaced content caused by the
directory hash calculation bug fixed in the last release.
* sync: Sync to lower cost remotes first.
- * unused: Reduce memory usage significantly. Still not constant
- space, but now only needs to store the set of file contents that
- are present in the annex in memory.
* status: Fixed to run in constant space.
* status: More accurate display of sizes of tmp and bad keys.
* unused: Now uses a bloom filter, and runs in constant space.
@@ -14,7 +11,7 @@ git-annex (3.20120310) UNRELEASED; urgency=low
it will miss one key in 1000.
* Added annex.bloomcapacity and annex.bloomaccuracy, which can be
adjusted as desired to tune the bloom filter.
- * status: Display about of memory used by bloom filter, and
+ * status: Display amount of memory used by bloom filter, and
detect then it's too small for the number of keys in a repository.
* git-annex-shell: Runs hooks/annex-content after content is received
or dropped.