aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-16 10:56:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-16 11:00:18 -0400
commita0807999001017bd6897bad82e747c16e18af6bc (patch)
tree514691d628a924814c222c08c7a04e24d0dd815c /debian
parent137257ded1acb1b15c0413a8998af1e999cd1a53 (diff)
upgrades seem to fully work
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6cd8a9326..c40385beb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
git-annex (0.20110316) UNRELEASED; urgency=low
- * TODO: upgrade v1 -> v2
- * Reorganized annexed object store. annex.version=2
+ * Reorganized .git/annex/objects and .git-annex/; 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.
+ * Note that remotes must be running this version of git-annex,
+ and must also have been upgraded, in order for git-annex to
+ communicate with them.
* 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.