diff --git a/CHANGELOG b/CHANGELOG index d403afed1a..711a2b5496 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,5 @@ -git-annex (8.20200227) UNRELEASED; urgency=medium +git-annex (8.20200309) upstream; urgency=medium - * Fix regression that prevented external special remotes from using - GETCONFIG to query values like "name". (Introduced in version 7.20200202.7.) * Fix bug that caused unlocked annexed dotfiles to be added to git by the smudge filter when annex.dotfiles was not set. * Upgrade other repos than the current one by running git-annex upgrade @@ -10,26 +8,28 @@ git-annex (8.20200227) UNRELEASED; urgency=medium this fixes a problem where upgrading a v7 repo to v8 caused an ugly git error message. * Fix upgrade failure when a file has been deleted from the working tree. + * Fix regression 1 month ago that prevented external special remotes from + using GETCONFIG to query values like "name". * Improve behavior when a directory git-annex is writing to gets unmounted. Previously it could in some cases re-create the mount point and directory tree, and even write object contents to the wrong disk. - * Bugfix: Don't ignore --debug when it is followed by -c. + * Don't ignore --debug when it is followed by -c. * whereis: If a remote fails to report on urls where a key is located, display a warning, rather than giving up and not displaying any information. * When external special remotes fail but neglect to provide an error message, say what request failed, which is better than displaying an empty error message to the user. + * git-annex config: Only allow configs be set that are ones git-annex + actually supports reading from repo-global config, to avoid confusion. + * Avoid converting .git file in a worktree or submodule to a symlink + when the repository is not a git-annex repository. + * Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales * Fix build with ghc 8.8 (MonadFail) Thanks, Peter Simons * stack.yaml: Updated to lts-14.27. - * git-annex config: Only allow configs be set that are ones git-annex actually - supports reading from repo-global config, to avoid confusion. - * Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales - * Avoid converting .git file in a worktree or submodule to a symlink - when the repository is not a git-annex repository. - -- Joey Hess Thu, 27 Feb 2020 00:44:11 -0400 + -- Joey Hess Mon, 09 Mar 2020 17:04:08 -0400 git-annex (8.20200226) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 4c613a2426..15ed0c59f1 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20200226 +Version: 8.20200309 Cabal-Version: >= 1.8 License: AGPL-3 Maintainer: Joey Hess