summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-10-07 13:38:45 -0500
committerJames Cammarata <jimi@sngx.net>2013-10-07 13:38:45 -0500
commit191ce5e103de27850f361d3560b80ff6dc6c7f07 (patch)
treeb2b5e733b296e0286634efe31ed94df3307315ef
parenta8f821c34f70ff06bfb0ea5dca604f2878c4ecc1 (diff)
downloadansible-191ce5e103de27850f361d3560b80ff6dc6c7f07.tar.gz
Manual modification of CHANGELOG and default config for 1.3.3
-rw-r--r--CHANGELOG.md9
-rw-r--r--examples/ansible.cfg2
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0d187a91c..b0c38b12f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,15 @@ Misc changes:
1.3.2 "Top of the World" (reprise) - September 19th, 2013
+* Multiple accelerate mode fixes:
+ - Make packet reception less greedy, so multiple frames of data are not consumed by one call.
+ - Adding two timeout values (one for connection and one for data reception timeout).
+ - Added keepalive packets, so async mode is no longer required for long-running tasks.
+ - Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
+ - Fixed bug where accelerate would not work in check-mode.
+
+1.3.2 "Top of the World" (reprise) - September 19th, 2013
+
* 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.
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 57e721a77b..ea03989572 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -125,3 +125,5 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
[accelerate]
accelerate_port = 5099
+accelerate_timeout = 30
+accelerate_connect_timeout = 5.0