releasing package git-annex version 8.20211231

This commit is contained in:
Joey Hess 2021-12-31 15:11:50 -04:00
parent f1e55865a2
commit 479ec0d533
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,28 +1,28 @@
git-annex (8.20211124) UNRELEASED; urgency=medium git-annex (8.20211231) upstream; urgency=medium
* Fix build with old versions of feed library. * Improved support for using git-annex in a read-only repository,
git-annex branch information from remotes that cannot be merged into
the git-annex branch will now not crash it, but will be merged in
memory.
* addurl, youtube-dl: When --check-raw prevents downloading an url, * addurl, youtube-dl: When --check-raw prevents downloading an url,
still continue with any downloads that come after it, rather than still continue with any downloads that come after it, rather than
erroring out. erroring out.
* export: Avoid unncessarily re-exporting non-annexed files that were
already exported.
* Fix locking problems when annex.pidlock is set and concurrency is * Fix locking problems when annex.pidlock is set and concurrency is
enabled eg with -J. enabled eg with -J.
* Fix build with ghc 9.0.1
* Improve error message display when autoinit fails due to eg, a * Improve error message display when autoinit fails due to eg, a
permissions problem. permissions problem.
* export: Avoid unncessarily re-exporting non-annexed files that were
already exported.
* Improve git command queue flushing so that eg, addurl of several * Improve git command queue flushing so that eg, addurl of several
large files that take time to download will update the index for each large files that take time to download will update the index for each
file, rather than deferring the index updates to the end. file, rather than deferring the index updates to the end.
* sync: Better error message when unable to export to a remote because * sync: Better error message when unable to export to a remote because
remote.name.annex-tracking-branch is configured to a ref that does not remote.name.annex-tracking-branch is configured to a ref that does not
exist. exist.
* Improved support for using git-annex in a read-only repository, * Fix build with ghc 9.0.1
git-annex branch information from remotes that cannot be merged into * Fix build with old versions of feed library.
the git-annex branch will now not crash it, but will be merged in
memory.
-- Joey Hess <id@joeyh.name> Tue, 23 Nov 2021 15:58:27 -0400 -- Joey Hess <id@joeyh.name> Fri, 31 Dec 2021 15:03:36 -0400
git-annex (8.20211123) upstream; urgency=medium git-annex (8.20211123) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 8.20211123 Version: 8.20211231
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>