mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
1.4.6
This commit is contained in:
parent
85f571ee8b
commit
8a19afd618
11
CHANGELOG
11
CHANGELOG
@ -1,5 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
## 1.4.6 28/04/2016
|
||||
|
||||
* More robust save/restore for VirtualBox linked clone VM hard disks.
|
||||
* Prevent non linked cloned hard disks to be detached when using VirtualBox linked cloned VMs. Fixes #1184.
|
||||
* Stricter checks to match VMware version to the right vmrun (VIX library) version. Also checks the VIX library version when only using the GNS3 VM running in VMware.
|
||||
* Allow only .pcap to be downloaded from remote stream API
|
||||
* Fix incrementation of qemu mac address
|
||||
* Clear warnings about using linked clones with VMware Player.
|
||||
* Alternative method to find the Documents folder on Windows.
|
||||
* Add IOU support and install config in /etc
|
||||
|
||||
## 1.4.5 23/03/2016
|
||||
|
||||
* Stop the VMware VM if there is an error while setting up the network connections or console.
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.4.6dev1"
|
||||
__version_info__ = (1, 4, 6, -99)
|
||||
__version__ = "1.4.6"
|
||||
__version_info__ = (1, 4, 6, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user