Browse code

Merge in release notes from 1.2.1

Michael DeHaan authored on 2013/07/05 11:02:10
Showing 1 changed files
... ...
@@ -62,6 +62,15 @@ Misc changes:
62 62
 * added termination support to ec2 module
63 63
 * --ask-sudo-pass or --sudo-user does not enable all options to use sudo in ansible-playbook
64 64
 
65
+1.2.1 "Hear About It Later" -- July 4, 2013
66
+
67
+* Connection default is now "smart", which discovers if the system openssh can support ControlPersist, and uses
68
+  it if so, if not falls back to paramiko.
69
+* Host key checking is on by default.  Disable it if you like by adding host_key_checking=False in the [default]
70
+  section of /etc/ansible/ansible.cfg or ~/ansible.cfg or by exporting ANSIBLE_HOST_KEY_CHECKING=False
71
+* Paramiko now records host keys it was in contact with host key checking is on.  It is somewhat sluggish when doing this,
72
+  so switch to the 'ssh' transport if this concerns you.
73
+
65 74
 1.2 "Right Now" -- June 10, 2013
66 75
 
67 76
 Core Features: