pull/459/head v1.4.2
Julien Duponchelle 8 years ago
parent dea68bcb28
commit 976154fd0b
No known key found for this signature in database
GPG Key ID: F1E2485547D4595D

@ -1,5 +1,20 @@
# Change Log
## 1.4.2 17/02/2016
* Fix missing format in IOU export
* Fix number of arguments to the UDP errors on VBOX
* Add verification when UDP tunnel is created in a VirtualBox VM. Ref #899.
* Fixes VMware linked clone cleanup bug. Fixes #420.
* Removed docker support from 1.4 (drop unused code)
* Fix a crash if you create a file named IOS in the image dir
* Disallow creating project with " in the path
* Always look at the registry to find vmrun.exe on Windows.
* Check for VMware VIX library version. Fixes #413.
* Fixes VDE not working #345.
* Do not list qemu binary with -spice in the name
* Send command line used to start the VM to client
* Fix crash if you have a { in your user name
## 1.4.1 01/02/2016
* VMware raise error if version is not found
* For topologies before 1.4 manage qemu missing

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.2dev1"
__version_info__ = (1, 4, 2, -99)
__version__ = "1.4.2"
__version_info__ = (1, 4, 2, 0)

Loading…
Cancel
Save