diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-08-21 22:44:12 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-08-21 22:44:12 -0400 |
commit | 7249d649320659f42f68fd354faecd50f27721d3 (patch) | |
tree | 1289433116d992ffa8d616affb36ad396a1a07df | |
parent | 5d370bff945cc96ecd2539bb9258c087f1c45c28 (diff) | |
download | ansible-release1.2.3.tar.gz |
Update changelog for branchrelease1.2.3
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0234384ec..fefff95dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ Ansible Changes By Release ========================== -1.2.1 "Hear About It Later" (reprise) -- July 4, 2013 + +1.2.3 "Hear About It Later" (reprise) -- Aug 21, 2013 + +* Local security fixes for predictable file locations for ControlPersist and retry file paths on shared machines +on operating systems without kernel symlink/hardlink protections. + +1.2.2 "Hear About It Later" (reprise) -- July 4, 2013 * Added a configuration file option [paramiko_connection] record_host_keys which allows the code that paramiko uses to update known_hosts to be disabled. This is done because paramiko can be very slow at doing this if you have a |