diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 17:11:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 17:12:38 -0400 |
commit | e7ea63548b6b33c14f94ec1a2c7c08f2b205b83d (patch) | |
tree | bd75779e8f4e168a877ec2303af4a9bba89ada56 /debian | |
parent | 22ee5d7373a88fc3b1e532fdf406aa22153050e3 (diff) |
Fixes a bug in the last release that caused rsync and possibly other commands to hang at the end of a file transfer.
Stderr reader blocks waiting for all stderr, and so blocks the process ever
exiting.
I tried several ways to get around this, but no success yet. For now,
disable the stderr reader entirely.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ae501555a..b39b18177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +git-annex (5.20150407) UNRELEASED; urgency=medium + + * Fixes a bug in the last release that caused rsync and possibly + other commands to hang at the end of a file transfer. + (--quiet is back to not blocking progress displays until + that code can be fixed properly.) + + -- Joey Hess <id@joeyh.name> Mon, 06 Apr 2015 17:12:10 -0400 + git-annex (5.20150406) unstable; urgency=medium * Prevent git-ls-files from double-expanding wildcards when an |