From da6834f02c9f8bc7f680e5eae8333660ac64578f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 18 Jan 2018 19:41:49 -0800 Subject: [PATCH] Revert "Add ssh stdin flush() fix to changelog" This reverts commit 1810e486ec6a8f9ed6b470b96136f8828a78ced4. We may not have a 2.4.3 rc3 so reverting this for now. --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e89b55dfb5..503a011cdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,9 +74,6 @@ Ansible Changes By Release * Bump Azure storage client minimum to 1.5.0 to fix deserialization issues. This will break Azure Stack until it receives storage API version 2017-10-01 or changes are made to support multiple versions. (https://github.com/ansible/ansible/pull/34442) -* Flush stdin when passing the become password. Fixes some cases of timeout on - Python 3 with the ssh connection plugin: https://github.com/ansible/ansible/pull/35049 -