releasing package git-annex version 8.20211028

This commit is contained in:
Joey Hess 2021-10-28 12:00:56 -04:00
parent eb95ed4863
commit c260833a6b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
git-annex (8.20211012) UNRELEASED; urgency=medium git-annex (8.20211028) upstream; urgency=medium
* Removed support for accessing git remotes that use versions of * Removed support for accessing git remotes that use versions of
git-annex older than 6.20180312. git-annex older than 6.20180312.
@ -7,30 +7,30 @@ git-annex (8.20211012) UNRELEASED; urgency=medium
* Negotiate P2P protocol version with tor remotes, allowing * Negotiate P2P protocol version with tor remotes, allowing
use of protocol version 1. This negotiation is not supported use of protocol version 1. This negotiation is not supported
by versions of git-annex older than 6.20180312. by versions of git-annex older than 6.20180312.
* test: Put gpg temp home directory in system temp directory, * Fix bug that caused stale git-annex branch information to read
not filesystem being tested. when annex.private or remote.name.annex-private is set.
* Avoid crashing tilde expansion on user who does not exist.
* When retrival from a chunked remote fails, display the error that
occurred when downloading the chunk, rather than the error that
occurred when trying to download the unchunked content, which is less
likely to actually be stored in the remote.
* git-annex get when run as the first git-annex command in a new repo * git-annex get when run as the first git-annex command in a new repo
did not populate all unlocked files. did not populate all unlocked files.
(Reversion in version 8.20210621) (Reversion in version 8.20210621)
* Avoid a some sqlite crashes on Windows SubSystem for Linux (WSL). * Fix using lookupkey and info inside a subdirectory of the git repository.
* Fix bug that caused stale git-annex branch information to read
when annex.private or remote.name.annex-private is set.
* Fix using lookupkey and info inside a subdirectory.
(Reversion in version 8.20211011) (Reversion in version 8.20211011)
* Call annex.freezecontent-command on the annex object file only * Avoid some sqlite crashes on Windows SubSystem for Linux (WSL).
* Call annex.freezecontent-command on the annex object file
after it has been moved into place in annex/objects/. This allows after it has been moved into place in annex/objects/. This allows
the hook to freeze the file in ways that prevent moving it, such as the hook to freeze the file in ways that prevent moving it, such as
removing the Windows delete permission. removing the Windows delete permission.
Thanks, Reiko Asakura. Thanks, Reiko Asakura.
* addurl: Support adding the same url to multiple files at the same * addurl: Support adding the same url to multiple files at the same
time when using -J with --batch --with-files. time when using -J with --batch --with-files.
* When retrieval from a chunked remote fails, display the error that
occurred when downloading the chunk, rather than the error that
occurred when trying to download the unchunked content, which is less
likely to actually be stored in the remote.
* Avoid crashing tilde expansion on user who does not exist.
* test: Put gpg temp home directory in system temp directory,
not filesystem being tested.
-- Joey Hess <id@joeyh.name> Mon, 11 Oct 2021 14:09:13 -0400 -- Joey Hess <id@joeyh.name> Thu, 28 Oct 2021 11:58:29 -0400
git-annex (8.20211011) upstream; urgency=medium git-annex (8.20211011) upstream; urgency=medium

View file

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