README.md in vagrant-windows-0.0.3 vs README.md in vagrant-windows-0.1.0

- old
+ new

@@ -45,10 +45,15 @@ Example: ```ruby Vagrant::Config.run do |config| + #The following timeout configuration is option, however if have + #any large remote_file resources in your chef recipes, you may + #experience timeouts (reported as 500 responses) + config.winrm.timeout = 1800 #Set WinRM Timeout in seconds (Default 30) + # Configure base box parameters config.vm.box = "windows2008r2" config.vm.box_url = "./windows-2008-r2.box" config.vm.guest = :windows @@ -73,10 +78,11 @@ - Shell and Puppet Provisioners - Shell should work, though I have not vetted it yet. What does not work ================== -- Complex networking setups +- <s>Complex networking setups</s> - Fixed in 0.0.3 + - Note that I have not tested the Virtual Box 4.0 Driver, all _should_ work. Can someone please confirm? What Can I do to help? ====================== 1. Contribute Code (See Below) 2. Test Various Scenarios and file bugs for things that dont work \ No newline at end of file