CHANGELOG ========= 1.1.5 ----- 2013-09-06 This is a backwards compatible bugfix release. * (GH-11) Assign `config.vm.hostname` to 127.0.1.1 if available * (GH-10, GH-13) Normalize hostnames and aliases. * Add `change_host_name` shim support for Vagrant 1.3 Thanks to Charlie Sharpsteen for pretty much authoring this entire release. 1.1.4 ----- 2013-08-18 This is a backwards compatible bugfix release. * Register config_builder provisioner extension with 'hosts' identifier 1.1.3 ----- 2013-08-08 * Update config_builder provisioner model registration syntax * GH-9 Use correct machine host for each /etc/hosts entry Thanks to Hunter Haugen for his help on this release. 1.1.2 ----- 2013-08-07 This is a backwards compatible bugfix release. * GH-6 provisioner `autoconfigure` option works with explicit hosts * GH-7 all host aliases are respected * Autoconfigured entries should ensure private_networks have an IP address * Remove hardcoded dependency on virtualbox vm provider Thanks to Tom Linkin for his help on this release. 1.1.1 ----- This is a backwards compatible feature and bugfix release. * gemspec dependency on vagrant 1.1.0 ----- This is a backwards compatible feature and bugfix release. * Support Vagrant 1.2 change_host_name capability * Support Vagrant 1.1 and 1.2 change_host_name invocation * Add config.vm.hostname into hosts file if set Thanks to the following contributors: - Patrick Otto - Luke Amdor