mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Changelog 1.4.0alpha3
This commit is contained in:
parent
058a13ce87
commit
1eecae2027
20
CHANGELOG
20
CHANGELOG
@ -1,5 +1,25 @@
|
||||
# Change Log
|
||||
|
||||
## 1.4.0alpha3 28/07/2015
|
||||
|
||||
* Raise error if qemu image already exist when creating disk
|
||||
* Prevent user to create a qemu to a different directory on non local server
|
||||
* VMnet manager on Linux: check that VMware has been installed.
|
||||
* Fixes UnicodeDecodeError when reading a VMware file.
|
||||
* Fixes KeyError: "ethernet0.connectiontype". Fixes #276.
|
||||
* Fixes replace errors. Fixes #284.
|
||||
* Catch ProcessLookupError when updating iouyap config. Fixes #255.
|
||||
* API for creating a qemu disk image
|
||||
* Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548.
|
||||
* Fixes IOS adapters and WICS cannot be removed. Fixes #282.
|
||||
* Makes sure the loop is running when closing the app.
|
||||
* Catch Permission denied when writing to VMX file while closing VMware VM. Fixes #277.
|
||||
* Catch GeneratorExit exception. Fixes #231.
|
||||
* Fixes missing chipset info for VirtualBox VM (maybe some older VirtualBox version don't have it). Fixes #254.
|
||||
* Changes how to look for the vmrun.exe location.
|
||||
* Update documentation
|
||||
* API for listing current projects
|
||||
|
||||
## 1.3.8 27/07/2015
|
||||
|
||||
* Catch ProcessLookupError when updating iouyap config. Fixes #255.
|
||||
|
Loading…
Reference in New Issue
Block a user