aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 23:37:21 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-22 23:37:21 -0500
commited7ed2891c051f8114db1a87b36aefd120fbfc0f (patch)
treee62c52f07c4919751f6e15d7c9e9afbf1b0fcdc3 /ChangeLog
parent1b09d3a7b9912aab0a3e3ba2a63ebaa8e61f3238 (diff)
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a80ef..af10d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
+ Merge patches from Maciej W. Rozycki to fix timeout handling.
+
+ * lib/remote.exp (close_wait_program): Use `catch' in killing
+ pending force-kills.
+
+ * lib/remote.exp (close_wait_program): Only kill the pending
+ force-kills if the PID list has a single entry.
+ (local_exec): Set the channel about to be closed to the
+ nonblocking mode if we didn't see an EOF.
+ (standard_close): Likewise, unconditionally.
+
2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
PR 41647