mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
1.4.0alpha4
This commit is contained in:
parent
1613999689
commit
2e6c438208
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 1.4.0alpha4 04/08/2015
|
||||
|
||||
* Quote command in qemu debug logs so you can copy/paste them
|
||||
* Support for Qemu disk interfaces, cd/dvd-rom image and boot priority. Fixes #278.
|
||||
* Check for VMware Player version >= 7 and VMware Workstation >= 11. Fixes #286.
|
||||
* Catch GeneratorExit exception when trying to create a Ghost IOS image.
|
||||
* Backport: removes code that deletes IOS router instance files.
|
||||
|
||||
## 1.3.9 03/08/2015
|
||||
|
||||
* Backport: removes code that deletes IOS router instance files.
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.4.0dev4"
|
||||
__version__ = "1.4.0alpha4"
|
||||
__version_info__ = (1, 4, 0, -99)
|
||||
|
Loading…
Reference in New Issue
Block a user