diff --git a/doc/devblog/day_634__new_features.mdwn b/doc/devblog/day_634__new_features.mdwn index df7aa44f1e..bd8271715f 100644 --- a/doc/devblog/day_634__new_features.mdwn +++ b/doc/devblog/day_634__new_features.mdwn @@ -17,7 +17,8 @@ later in places where `--unlock` is currently used. ---- -Present: This week, I've been working on serializing all console IO +Present: This week, I've been working on an internal protocol to +comminicate about all console IO that git-annex does, so it can start some child processes to perform long-running tasks, like downloads. The goal is to [[detect stalled transfers and cancel or retry them|todo/more_extensive_retries_to_mask_transient_failures]].