Browse code

Fix some mistakes in CHANELOG.md

John Barker authored on 2015/01/03 20:42:44
Showing 1 changed files
... ...
@@ -97,7 +97,7 @@ And various other bug fixes and improvements ...
97 97
 - Fixes a bug in vault where the password file option was not being used correctly internally.
98 98
 - Improved multi-line parsing when using YAML literal blocks (using > or |).
99 99
 - Fixed a bug with the file module and the creation of relative symlinks.
100
-- Fixed a bug where checkmode was not being honored during the templating of files.
100
+- Fixed a bug where checkmode was not being honoured during the templating of files.
101 101
 - Other various bug fixes.
102 102
 
103 103
 ## 1.7.1 "Summer Nights" - Aug 14, 2014
... ...
@@ -140,7 +140,7 @@ New Modules:
140 140
 Other notable changes:
141 141
 
142 142
 * Security fixes
143
-  - Prevent the use of lookups when using legaxy "{{ }}" syntax around variables and with_* loops.
143
+  - Prevent the use of lookups when using legacy "{{ }}" syntax around variables and with_* loops.
144 144
   - Remove relative paths in TAR-archived file names used by ansible-galaxy.
145 145
 * Inventory speed improvements for very large inventories.
146 146
 * Vault password files can now be executable, to support scripts that fetch the vault password.
... ...
@@ -319,7 +319,7 @@ Major features/changes:
319 319
 * ec2 module now accepts 'exact_count' and 'count_tag' as a way to enforce a running number of nodes by tags.
320 320
 * all ec2 modules that work with Eucalyptus also now support a 'validate_certs' option, which can be set to 'off' for installations using self-signed certs.
321 321
 * Start of new integration test infrastructure (WIP, more details TBD)
322
-* if repoquery is unavailble, the yum module will automatically attempt to install yum-utils
322
+* if repoquery is unavailable, the yum module will automatically attempt to install yum-utils
323 323
 * ansible-vault: a framework for encrypting your playbooks and variable files 
324 324
 * added support for privilege escalation via 'su' into bin/ansible and bin/ansible-playbook and associated keywords 'su', 'su_user', 'su_pass' for tasks/plays
325 325
 
... ...
@@ -782,7 +782,7 @@ Bugfixes and Misc Changes:
782 782
 * misc fixes to the Riak module
783 783
 * make template module slightly more efficient
784 784
 * base64encode / decode filters are now available to templates
785
-* libvirt module can now work with multiple different libvirt connecton URIs
785
+* libvirt module can now work with multiple different libvirt connection URIs
786 786
 * fix for postgresql password escaping
787 787
 * unicode fix for shlex.split in some cases
788 788
 * apt module upgrade logic improved
... ...
@@ -817,7 +817,7 @@ the variable is still registered for the host, with the attribute skipped: True.
817 817
 * service pattern argument now correctly read for BSD services
818 818
 * fetch location can now be controlled more directly via the 'flat' parameter.
819 819
 * added basename and dirname as Jinja2 filters available to all templates
820
-* pip works better when sudoing from unpriveledged users
820
+* pip works better when sudoing from unprivileged users
821 821
 * fix for user creation with groups specification reporting 'changed' incorrectly in some cases
822 822
 * fix for some unicode encoding errors in outputing some data in verbose mode
823 823
 * improved FreeBSD, NetBSD and Solaris facts