1.4.0beta1

This commit is contained in:
Julien Duponchelle 2015-08-07 18:39:59 +02:00
parent 0018658f60
commit 31b91e1ccb
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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)