diff options
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f84f8ab49..9013abd13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ git-annex (3.20110625) UNRELEASED; urgency=low + * Sped back up fsck, copy --from, and other commands that often + have to read a lot of information from the git-annex branch. Such + commands are now faster than they were before introduction of the + git-annex branch. * Always ensure git-annex branch exists. * Modify location log parser to allow future expansion. * --force will cause add, etc, to operate on ignored files. - * Sped back up fsck, copy --from, and other commands that often - have to read a lot of information from the git-annex branch. Should - now be nearly as fast as before the branch was introduced. - * Fix encoding of utf-8 etc when storing the description of repository + * Avoid mangling encoding when storing the description of repository and other content. -- Joey Hess <joeyh@debian.org> Sun, 26 Jun 2011 21:01:06 -0400 |