summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-09-19 11:08:45 -0500
committerJames Cammarata <jimi@sngx.net>2013-09-19 11:08:45 -0500
commit9d5d88b59fa3fdbbec4f4cb269c446c666e3abbb (patch)
tree64bf7c55bc3cde9bdd572c00a9185d62cdd41348
parent835bed906a6aad4289e7f349e352b385481e1523 (diff)
downloadansible-release1.3.2.tar.gz
CHANGELOG update for the PTY patch inclusionv1.3.2release1.3.2
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4669e40a6..b0d187a91c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ Misc changes:
* The ControlPath variable for ssh connections is now configurable in the ansible.cfg (and via the environment variable ANSIBLE_SSH_CONTROL_PATH).
* Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
* Fixed bug in apt_repository module where the repository cache was not being updated.
+* Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
1.3.1 "Top of the World" (reprise) - September 16th, 2013