diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-27 11:50:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-27 11:50:27 -0400 |
commit | 006d1af8f3ec74f58c1bdb3b11b65210c66000d0 (patch) | |
tree | 4ef0e9f16310d688b14e8830c1ecb282514e54cc /CHANGELOG | |
parent | f8b00bf4712591a2799a32e5f698a362f499a68c (diff) |
prep release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,14 +1,8 @@ -git-annex (6.20160512) UNRELEASED; urgency=medium +git-annex (6.20160527) unstable; urgency=medium * Split lines in the git-annex branch on \r as well as \n, to deal with \r\n terminated lines written by some versions of git-annex on Windows. This fixes strange displays in some cases. - * Change git annex info remote encryption description to use wording - closer to what's used in initremote. - * webapp: Avoid confusing display of dead remotes. - * adjust: If the adjusted branch already exists, avoid overwriting it, - since it might contain changes that have not yet been propigated to the - original branch. * assistant: Fix bug that caused v6 pointer files to be annexed by the assistant. * assistant: Fix race in v6 mode that caused downloaded file content to @@ -16,27 +10,33 @@ git-annex (6.20160512) UNRELEASED; urgency=medium * add: Adding a v6 pointer file used to annex it; now the pointer file is added to git as-is. (git add of a pointer file already did the right thing) - * adjust: Add --fix adjustment, which is useful when the git directory - is in a nonstandard place. - * Work around git weirdness in handling of relative path to GIT_INDEX_FILE - when in a subdirectory of the repository. This affected git annex view. - * Fix crash when entering/changing view in a subdirectory of a repo that - has a dotfile in its root. * enableremote: Can now be used to explicitly enable git-annex to use git remotes. Using the command this way prevents other git-annex commands from probing new git remotes to auto-enable them. * enableremote: Remove annex-ignore configuration from a remote. - * Support building with ghc 8.0.1. + * Change git annex info remote encryption description to use wording + closer to what's used in initremote. * Pass the various gnupg-options configs to gpg in several cases where they were not before. Most notably, gnupg-decrypt-options is now passed when decrypting an encrypted cipher. + * adjust: Add --fix adjustment, which is useful when the git directory + is in a nonstandard place. + * adjust: If the adjusted branch already exists, avoid overwriting it, + since it might contain changes that have not yet been propigated to the + original branch. + * Work around git weirdness in handling of relative path to GIT_INDEX_FILE + when in a subdirectory of the repository. This affected git annex view. + * Fix crash when entering/changing view in a subdirectory of a repo that + has a dotfile in its root. + * webapp: Avoid confusing display of dead remotes. + * Support building with ghc 8.0.1. * Updated cabal file explictly lists source files. The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-annex source tree. * debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead. - -- Joey Hess <id@joeyh.name> Wed, 11 May 2016 16:08:38 -0400 + -- Joey Hess <id@joeyh.name> Fri, 27 May 2016 11:48:36 -0400 git-annex (6.20160511) unstable; urgency=medium |