soften language in changelog

This bug mostly would happen when the downloads ran very fast or were
all failing (how I reproduced it), because there have to be two
downloads that finish very close to the same time to trigger the race.

So most users of -J probably would not see much impact from the bug.
This commit is contained in:
Joey Hess 2021-11-19 12:52:22 -04:00
parent 623a775609
commit 766720d093
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,7 +1,7 @@
git-annex (8.20211118) UNRELEASED; urgency=medium
* Bugfix: When -J was enabled, getting files leaked a ever-growing
number of git cat-file processes.
* Bugfix: When -J was enabled, getting files could leak an
ever-growing number of git cat-file processes.
* importfeed: Display url before starting youtube-dl download.
-- Joey Hess <id@joeyh.name> Wed, 17 Nov 2021 13:18:44 -0400