releasing package git-annex version 8.20200309

This commit is contained in:
Joey Hess 2020-03-09 17:08:16 -04:00
parent 4ce518998a
commit 14a4a9f4cd
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 11 deletions

View file

@ -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 <id@joeyh.name> Thu, 27 Feb 2020 00:44:11 -0400
-- Joey Hess <id@joeyh.name> Mon, 09 Mar 2020 17:04:08 -0400
git-annex (8.20200226) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex
Version: 8.20200226
Version: 8.20200309
Cabal-Version: >= 1.8
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>