CHANGELOG.md in vagrant-0.9.4 vs CHANGELOG.md in vagrant-0.9.5
- old
+ new
@@ -1,4 +1,21 @@
+## 0.9.5 (February 5, 2012)
+
+ - Fix crashing case when all network options are `:auto_config false`.
+ [GH-689]
+ - Type of network adapter can be specified with `:nic_type`. [GH-690]
+ - The NFS version can be specified with the `:nfs_version` option
+ on shared folders. [GH-557]
+ - Greatly improved FreeBSD guest and host support. [GH-695]
+ - Fix instability with RedHat guests and host only and bridged networks.
+ [GH-698]
+ - When using bridged networking, only list the network interfaces
+ that are up as choices. [GH-701]
+ - More intelligent handling of the `certname` option for puppet
+ server. [GH-702]
+ - You may now explicitly set the network to bridge to in the Vagrantfile
+ using the `:bridge` parameter. [GH-655]
+
## 0.9.4 (January 28, 2012)
- Important internal changes to middlewares that make plugin developer's
lives much easier. [GH-684]
- Match VM names that have parens, brackets, etc.