summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-16 00:08:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-16 00:08:02 -0400
commit09a7689bc30faaf938a0b32a417d38ac093a6f7a (patch)
treed102f43eba76579e2e1366b76d8757ecc3a4c8d0 /debian/changelog
parentdd5448eb075c3774aa173cb9f2e4344ce62b3e13 (diff)
update and bug closures for v2 layout
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d1832374..ac7c854ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
git-annex (0.24) UNRELEASED; urgency=low
* Reorganized annexed object store. annex.version=2
+ * Colons are now avoided in filenames, so bare clones of git repos
+ can be put on USB thumb drives formatted with vFAT or similar
+ filesystems.
+ * Added two levels of hashing to object directory and .git-annex logs,
+ to improve scalability with enormous numbers of annexed
+ objects. (With one hundred million annexed objects, each
+ directory would contain fewer than 1024 files.)
* The setkey, fromkey, and dropkey subcommands have changed how
the key is specified. --backend is no longer used with these.
* Add Suggests on graphviz. Closes: #618039