Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

62 lines (51 loc) · 2.42 KB

0.1.5 (March 22, 2014)

  • Change default box format to qcow2 [GH-63]
  • Support Vagrant 1.4.0+[GH-126]
  • Remove VMDK conversion. It is now supported by vagrant-mutate[GH-105]
  • Add support for configuration for memory/cpu [GH-54][GH-51][GH-68]
  • Add support for gui configuration [GH-41][GH-53]
  • Add support for 'vagrant package' [GH-69]
  • Add support for port forwarding [GH-72]
  • Speed-up by copy-on-write backing disk image [GH-63]
  • VNC port/auth configuration[GH-116][GH-84]
  • SATA/IDE disk support[GH-110]
  • Respect disabled directive on synced_folder configuration [GH-65]
  • Configuration options for video and networks[GH-101]
  • Configuration option for disk_bus[GH-80]
  • Fixes storage pool permission issue.[GH-130][GH-154]
  • Add document how to avoid a permission error in Fedora/Arch [GH-163][GH-171]
  • Fixes segment fault when VirtualBox installed [GH-57][GH-66]
  • Making a path of qemu binary specifiable [GH-59]
  • Fixes error when box has not private network defition[GH-70]
  • Add Japanese error messages translation [GH-71]
  • Add check for kvm kernel module and loading if needed [GH-67]
  • Improve error handling [GH-50]
  • Expanded/Fixes Readme file [GH-55]
  • Add spec test and TravisCI test[GH-82]
  • Resume network when resume from suspend[GH-134]
  • Fixes error when suspending with SATA drive[GH-176]
  • Search qemu/kvm binary in new qemu-system-* filename[GH-109]

0.1.4 (August 20, 2013)

  • Add support for qcow2 and configuration for image type [GH-45]
  • Improve error handling [GH-43] [GH-44]
  • Add license and additional author Hiroshi Miura @miurahr to gemfile [GH-42]
  • Add option to enable/disable VNC [GH-41]
  • Fixes to VM set_name [GH-29]
  • Fix typo in VM definition [GH-35]
  • Expanded Readme file [GH-26] [GH-25][GH-34]
  • Add support for VNC console [GH-27]
  • ShareFolders after Boot to avoid ssh timeout [GH-19]
  • Set vm name to avoid collisions [GH-15]

0.1.3 (May 20, 2013)

  • Merge pull request #13 Fixed error in check_box.rb (Vagrant v1.2.2 compat)
  • Merge pull request #12 improve invalid version reporting

0.1.2 (May 7, 2013)

  • Merge pull request #2 add "/usr/bin/kvm" to search options
  • Merge pull request #3 fix numbered list in README.md
  • Merge pull request #7 Powered off state is :shutoff not :poweroff
  • Fix issue #8 Can't create VMs on Ubuntu 12.10 - spicevmc not supported
  • Fix issue #9 Same spice issue

0.1.1 (April 4, 2013)

  • Debian compatibility fix (thanks mfournier).

0.1.0 (April 2, 2013)

  • Initial release.