diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 21:56:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 21:56:03 -0400 |
commit | c5c7eaf00917d8654c82de5a4b17465b354f8fbf (patch) | |
tree | fc61a89be2e7190d2ca6e26c7153d3cc03761f88 /debian | |
parent | 8514a2a98783d520e7115635a27428923b81ffb9 (diff) |
prep for release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index ab9aa3a27..79be98367 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,20 +5,21 @@ git-annex (0.22) UNRELEASED; urgency=low for his help eliminating the infestation... for now.) * Make test suite not rely on a working cp -pr. (The Unix wars are still ON!) + * Git annexes can now be attached to bare git repositories. + (Both the local and remote host must have this version of git-annex + installed for it to work.) * Support filenames that start with a dash; when such a file is passed to a utility it will be escaped to avoid it being interpreted as an - option. + option. (I went a little overboard and got the type checker involved + in this, so such files are rather comprehensively supported now.) * New backends: SHA512 SHA384 SHA256 SHA224 - * fsck: Check for and repair location log damage. - * Git annexes can now be attached to bare git repositories. Due to popular - demand. Both the local and remote host must have this version of git-annex - installed for it to work. This is still a semi-experimental feature; - use caution! + (Supported on systems where corresponding shaNsum commands are available.) * describe: New subcommand that can set or change the description of a repository. * Look for dir.git directories the same as git does. * Support remote urls specified as relative paths. * Support non-ssh remote paths that contain tilde expansions. + * fsck: Check for and repair location log damage. * Bugfix: When fsck detected and moved away corrupt file content, it did not update the location log. |