From: Joey Hess Date: Fri, 19 Nov 2021 16:52:22 +0000 (-0400) Subject: soften language in changelog X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~79^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=766720d093e190396b5c5964b4966a7b19133b7e;p=git-annex.git 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. --- diff --git a/CHANGELOG b/CHANGELOG index 00b401c699..57f98c424f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Wed, 17 Nov 2021 13:18:44 -0400