mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
1.4.2
This commit is contained in:
parent
dea68bcb28
commit
976154fd0b
15
CHANGELOG
15
CHANGELOG
@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# 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
|
## 1.4.1 01/02/2016
|
||||||
* VMware raise error if version is not found
|
* VMware raise error if version is not found
|
||||||
* For topologies before 1.4 manage qemu missing
|
* For topologies before 1.4 manage qemu missing
|
||||||
|
@ -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.2dev1"
|
__version__ = "1.4.2"
|
||||||
__version_info__ = (1, 4, 2, -99)
|
__version_info__ = (1, 4, 2, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user