mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Prepare 1.3.10
This commit is contained in:
parent
fda33c56de
commit
2689b6b7bb
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.10 04/09/2015
|
||||
|
||||
* Catch exception when a process cannot be killed. Fixes #296.
|
||||
* Backport: fixes NAT NIO for Qemu VMs (do not launch any legacy scripts)
|
||||
* Fixes Unicode error. Fixes #290.
|
||||
* Don't delete Dynamips ROM files. They are used to restore the nvram.
|
||||
|
||||
## 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.3.10dev1"
|
||||
__version_info__ = (1, 3, 10, -99)
|
||||
__version__ = "1.3.10"
|
||||
__version_info__ = (1, 3, 10, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user