soften language in changelog
authorJoey Hess <joeyh@joeyh.name>
Fri, 19 Nov 2021 16:52:22 +0000 (12:52 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 19 Nov 2021 16:52:22 +0000 (12:52 -0400)
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.

CHANGELOG

index 00b401c6999e68c874f13e53c5f238f8a4e7c8e9..57f98c424f003e3443bd9c30cf0c187cc3b43afa 100644 (file)
--- 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 <id@joeyh.name>  Wed, 17 Nov 2021 13:18:44 -0400