Skip to content

Commit c260833

Browse files
committed
releasing package git-annex version 8.20211028
1 parent eb95ed4 commit c260833

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: CHANGELOG

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git-annex (8.20211012) UNRELEASED; urgency=medium
1+
git-annex (8.20211028) upstream; urgency=medium
22

33
* Removed support for accessing git remotes that use versions of
44
git-annex older than 6.20180312.
@@ -7,30 +7,30 @@ git-annex (8.20211012) UNRELEASED; urgency=medium
77
* Negotiate P2P protocol version with tor remotes, allowing
88
use of protocol version 1. This negotiation is not supported
99
by versions of git-annex older than 6.20180312.
10-
* test: Put gpg temp home directory in system temp directory,
11-
not filesystem being tested.
12-
* Avoid crashing tilde expansion on user who does not exist.
13-
* When retrival from a chunked remote fails, display the error that
14-
occurred when downloading the chunk, rather than the error that
15-
occurred when trying to download the unchunked content, which is less
16-
likely to actually be stored in the remote.
10+
* Fix bug that caused stale git-annex branch information to read
11+
when annex.private or remote.name.annex-private is set.
1712
* git-annex get when run as the first git-annex command in a new repo
1813
did not populate all unlocked files.
1914
(Reversion in version 8.20210621)
20-
* Avoid a some sqlite crashes on Windows SubSystem for Linux (WSL).
21-
* Fix bug that caused stale git-annex branch information to read
22-
when annex.private or remote.name.annex-private is set.
23-
* Fix using lookupkey and info inside a subdirectory.
15+
* Fix using lookupkey and info inside a subdirectory of the git repository.
2416
(Reversion in version 8.20211011)
25-
* Call annex.freezecontent-command on the annex object file only
17+
* Avoid some sqlite crashes on Windows SubSystem for Linux (WSL).
18+
* Call annex.freezecontent-command on the annex object file
2619
after it has been moved into place in annex/objects/. This allows
2720
the hook to freeze the file in ways that prevent moving it, such as
2821
removing the Windows delete permission.
2922
Thanks, Reiko Asakura.
3023
* addurl: Support adding the same url to multiple files at the same
3124
time when using -J with --batch --with-files.
25+
* When retrieval from a chunked remote fails, display the error that
26+
occurred when downloading the chunk, rather than the error that
27+
occurred when trying to download the unchunked content, which is less
28+
likely to actually be stored in the remote.
29+
* Avoid crashing tilde expansion on user who does not exist.
30+
* test: Put gpg temp home directory in system temp directory,
31+
not filesystem being tested.
3232

33-
-- Joey Hess <[email protected]> Mon, 11 Oct 2021 14:09:13 -0400
33+
-- Joey Hess <[email protected]> Thu, 28 Oct 2021 11:58:29 -0400
3434

3535
git-annex (8.20211011) upstream; urgency=medium
3636

Diff for: git-annex.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-annex
2-
Version: 8.20211011
2+
Version: 8.20211028
33
Cabal-Version: >= 1.10
44
License: AGPL-3
55
Maintainer: Joey Hess <[email protected]>

0 commit comments

Comments
 (0)