pull/370/head v1.4.0beta1
Julien Duponchelle 9 years ago
parent 0018658f60
commit 31b91e1ccb

@ -1,5 +1,13 @@
# Change Log
## 1.4.0beta1 07/08/2015
* Fix ram setting for Qemu
* Explicit set qemu memory as MB
* Turn off KVM for non x86 architectures
* Send an error when vmware executable cannot be found on Linux. Fixes #288.
* Support for CPUs setting for Qemu VMs.
## 1.4.0alpha4 04/08/2015
* Quote command in qemu debug logs so you can copy/paste them

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.0dev5"
__version_info__ = (1, 4, 0, -99)
__version__ = "1.4.0beta1"
__version_info__ = (1, 4, 0, 5)

Loading…
Cancel
Save