mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
1.4.0beta1
This commit is contained in:
parent
0018658f60
commit
31b91e1ccb
@ -1,5 +1,13 @@
|
|||||||
# Change Log
|
# 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
|
## 1.4.0alpha4 04/08/2015
|
||||||
|
|
||||||
* Quote command in qemu debug logs so you can copy/paste them
|
* 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
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "1.4.0dev5"
|
__version__ = "1.4.0beta1"
|
||||||
__version_info__ = (1, 4, 0, -99)
|
__version_info__ = (1, 4, 0, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user