Browse code

Merge pull request #7750 from nbrl/changelog-duplicates

Removed duplicate entries (1.6.1-1.6.3) in changelog.

Michael DeHaan authored on 2014/06/16 05:08:41
Showing 1 changed files
... ...
@@ -43,34 +43,6 @@ New Modules:
43 43
 - Fixed a bug in apt_repository triggered when python-apt not being installed/available.
44 44
 - Fixed a bug in the apache2_module module, where modules were not being disabled correctly.
45 45
 
46
-## 1.6.3 "And the Cradle Will Rock" - Jun 09, 2014
47
-
48
-- Corrects a regression where handlers were run across all hosts, not just those that triggered the handler.
49
-- Fixed a bug in which modules did not support properly moving a file atomically when su was in use.
50
-- Fixed two bugs related to symlinks with directories when using the file module.
51
-- Fixed a bug related to MySQL master replication syntax.
52
-- Corrects a regression in the order of variable merging done by the internal runner code.
53
-- Various other minor bug fixes.
54
-
55
-## 1.6.2 "And the Cradle Will Rock" - May 23, 2014
56
-
57
-- If an improper locale is specified, core modules will now automatically revert to using the 'C' locale.
58
-- Modules using the fetch_url utility will now obey proxy environment variables.
59
-- The SSL validation step in fetch_url will likewise obey proxy settings, however only proxies using the http protocol are supported.
60
-- Fixed multiple bugs in docker module related to version changes upstream.
61
-- Fixed a bug in the ec2_group module where egress rules were lost when a VPC was specified.
62
-- Fixed two bugs in the synchronize module:
63
-  * a trailing slash might be lost when calculating relative paths, resulting in an incorrect destination.
64
-  * the sync might use the inventory directory incorrectly instead of the playbook or role directory.
65
-- Files will now only be chown'd on an atomic move if the src/dest uid/gid do not match.
66
-
67
-## 1.6.1 "And the Cradle Will Rock" - May 7, 2014
68
-
69
-- Fixed a bug in group_by, where systems were being grouped incorrectly.
70
-- Fixed a bug where file descriptors may leak to a child process when using accelerate.
71
-- Fixed a bug in apt_repository triggered when python-apt not being installed/available.
72
-- Fixed a bug in the apache2_module module, where modules were not being disabled correctly.
73
-
74 46
 ## 1.6 "And the Cradle Will Rock" - May 5, 2014
75 47
 
76 48
 Major features/changes: