Prepare 1.3.10

pull/297/merge v1.3.10
Julien Duponchelle 9 years ago
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…
Cancel
Save