- Fix a bug affecting vagrant-cucumber.
- Support for Snapshot deletion
- Fix bug causing VMWare Fusion VMs to always open GUI on rollback
- Support for Hyper-V provider
- Support named snapshots and arbitrary rollback
- Ensure GUI-enabled VMWare VMs roll back with the GUI active
- Wait for SSH readiness on rolled-back VMWare VMs
- Force autoloading of VMWare module before overriding its methods
- Ensure our override class has same superclass as the one we're adding methods to
- Ensure Virtualbox boxes are ready after snapshot rollback
- Made plugin compatable with Vagrant 1.5 bundler approach
- Fixed bug in handling of multiple snapshots on both providers.
- Fixed bug preventing rollback on aborted VirtualBox VMs.
- Fixed bug preventing rollback on halted Virtualbox VMs.
- Fixed error when listing snapshots from un-created VMs
- Handle ordering of plugin dependencies better - deprecate the 'zz' name component.
- Tested working with latest vagrant (1.2.5) and vmware fusion plugin (0.8.3)
- Adds snapshot methods to VirtualBox::Driver::Meta for use outside of the plugin
- Adds has_snapshot? method to drivers
- Uses proper error messages when attempting to rollback on VMs with no snapshots
- Makes sure VirtualBox driver only deals with its own snapshots.
Initial release - supports Virtualbox and VMWare Fusion