Skip to content

Commit 479ec0d

Browse files
committed
releasing package git-annex version 8.20211231
1 parent f1e5586 commit 479ec0d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
git-annex (8.20211124) UNRELEASED; urgency=medium
1+
git-annex (8.20211231) upstream; urgency=medium
22

3-
* Fix build with old versions of feed library.
3+
* Improved support for using git-annex in a read-only repository,
4+
git-annex branch information from remotes that cannot be merged into
5+
the git-annex branch will now not crash it, but will be merged in
6+
memory.
47
* addurl, youtube-dl: When --check-raw prevents downloading an url,
58
still continue with any downloads that come after it, rather than
69
erroring out.
7-
* export: Avoid unncessarily re-exporting non-annexed files that were
8-
already exported.
910
* Fix locking problems when annex.pidlock is set and concurrency is
1011
enabled eg with -J.
11-
* Fix build with ghc 9.0.1
1212
* Improve error message display when autoinit fails due to eg, a
1313
permissions problem.
14+
* export: Avoid unncessarily re-exporting non-annexed files that were
15+
already exported.
1416
* Improve git command queue flushing so that eg, addurl of several
1517
large files that take time to download will update the index for each
1618
file, rather than deferring the index updates to the end.
1719
* sync: Better error message when unable to export to a remote because
1820
remote.name.annex-tracking-branch is configured to a ref that does not
1921
exist.
20-
* Improved support for using git-annex in a read-only repository,
21-
git-annex branch information from remotes that cannot be merged into
22-
the git-annex branch will now not crash it, but will be merged in
23-
memory.
22+
* Fix build with ghc 9.0.1
23+
* Fix build with old versions of feed library.
2424

25-
-- Joey Hess <id@joeyh.name> Tue, 23 Nov 2021 15:58:27 -0400
25+
-- Joey Hess <id@joeyh.name> Fri, 31 Dec 2021 15:03:36 -0400
2626

2727
git-annex (8.20211123) upstream; urgency=medium
2828

git-annex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-annex
2-
Version: 8.20211123
2+
Version: 8.20211231
33
Cabal-Version: >= 1.10
44
License: AGPL-3
55
Maintainer: Joey Hess <id@joeyh.name>

0 commit comments

Comments
 (0)