mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Prepare 1.4.0b3
This commit is contained in:
parent
e7ea9e8047
commit
6ca0154435
11
CHANGELOG
11
CHANGELOG
@ -1,5 +1,16 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
|
||||||
|
## 1.4.0b3 22/09/2015
|
||||||
|
|
||||||
|
* Fix dynamips configuration lost when you delete a node
|
||||||
|
* Clarify error message when we got UTF-8 chars in the iourc file
|
||||||
|
* Use custom VMnet interfaces without host adapter when uBridge is not used. Fixes #673.
|
||||||
|
* Automatically add the -no-kvm option if -icount is detected to help with the migration of ASA VMs created before version 1.4
|
||||||
|
* Check for valid FR or ATM switch mappings. Fixes #300.
|
||||||
|
* Catch exception when a process cannot be killed. Fixes #296.
|
||||||
|
|
||||||
|
|
||||||
## 1.4.0beta2 17/09/2015
|
## 1.4.0beta2 17/09/2015
|
||||||
|
|
||||||
* Fix a crash at vmware stop
|
* Fix a crash at vmware stop
|
||||||
|
@ -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.0.dev8"
|
__version__ = "1.4.0b3"
|
||||||
__version_info__ = (1, 4, 0, 8)
|
__version_info__ = (1, 4, 0, -3)
|
||||||
|
Loading…
Reference in New Issue
Block a user