diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3237e2bbf..63ecf4e6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -git-annex (4.20131102) UNRELEASED; urgency=low +git-annex (5.20131102) UNRELEASED; urgency=low * Direct mode repositories now have core.bare=true set, to prevent accidentally running git commands that try to operate on the work tree, - and so do the wrong thing. + and so do the wrong thing in direct mode. + * annex.version is now set to 5 for direct mode repositories. + This upgrade is handled fully automatically, no need to run + git annex upgrade * The -c option now not only modifies the git configuration seen by git-annex, but it is passed along to every git command git-annex runs. * Improve local pairing behavior when two computers both try to start |