README.md in vagrant-windows-1.0.0 vs README.md in vagrant-windows-1.0.1
- old
+ new
@@ -136,11 +136,24 @@
2. Create a branch (git checkout -b my_feature_branch)
3. Commit your changes (git commit -am "Added a sweet feature")
4. Push to the branch (git push origin my_feature_branch)
5. Create a pull requst from your branch into master (Please be sure to provide enough detail for us to cipher what this change is doing)
+Running tests
+=============
+Clone this repository and use [Bundler](http://gembundler.com) to get the dependencies:
+```
+$ bundle install
+```
+
+Once you have the dependencies, you can run the tests with `rake`:
+
+```
+$ rake spec
+```
+
References and Shout Outs
=========================
- Chris McClimans - Vagrant Branch (https://github.com/hh/vagrant/blob/feature/winrm/)
- Dan Wanek - WinRM GEM (https://github.com/zenchild/WinRM)
- +1 For being super responsive to pull requests.
@@ -153,5 +166,8 @@
0.1.2 - Added virtual box 4.2 support.
0.1.3 - Added puppet provisioner.
1.0.0 - Converted to Vagrant 1.1.x plugin architecture.
+
+1.1.1 - Fix #29 Monkey Patch the 4.2 driver to include read_mac_addresses.
+ use read_mac_addresses in all cases.
\ No newline at end of file