summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
1 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 110fc2b4c..e9fdceee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,18 @@
-git-annex (0.24) UNRELEASED; urgency=low
-
+git-annex (0.20110316) UNRELEASED; urgency=low
+
+ * New repository format, annex.version=2.
+ * The first time git-annex is run in an old format repository, it
+ will automatically upgrade it to the new format, staging all
+ necessary changes to git.
+ * 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
* When adding files to the annex, the symlinks pointing at the annexed
content are made to have the same mtime as the original file.