pull/516/head v1.4.6
Julien Duponchelle 8 years ago
parent 85f571ee8b
commit 8a19afd618
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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…
Cancel
Save