diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 11 | ||||
-rw-r--r-- | debian/changelog | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 000000000..df8518cef --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,11 @@ +git-annex (0.20110316) experimental; urgency=low + + This version reorganises the layout of git-annex's files in your repository. + There is an upgrade process to convert a repository from the old git-annex + to this version. While git-annex will attempt to transparently handle + upgrades, you may want to drive the upgrade process by hand. + + See <http://git-annex.branchable.com/upgrades/> or + /usr/share/doc/git-annex/html/upgrades.html + + -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 15:49:15 -0400 diff --git a/debian/changelog b/debian/changelog index f5fc4eebe..47a914812 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +git-annex (0.20110316) experimental; 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. Also added a "git annex upgrade" command. + * 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. + + -- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 16:20:23 -0400 + git-annex (0.24) unstable; urgency=low Branched the 0.24 series, which will be maintained for a while to |