upgrades seem to fully work

This commit is contained in:
Joey Hess 2011-03-16 10:56:59 -04:00
parent 137257ded1
commit a080799900
2 changed files with 39 additions and 4 deletions

9
debian/changelog vendored
View file

@ -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.