From dc4a984c4156f92dd9ebcbe835d4c8ce905ba59d Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 4 Sep 2015 18:13:18 +0200 Subject: [PATCH] Prepare version 1.3.10 --- CHANGELOG | 11 +++++++++++ gns3/version.py | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3735c32b..a09d6382 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ # Change Log +## 1.3.10 04/09/2015 + +* Updates kernel command line of ASA. +* Fix file not found exception in vpcs list dir +* Fix saveAs error unsupported operand type(s) for +=: 'NoneType' and 'str' +* Catch error when antivirus corrupt our own JSON errors +* Use Qemu 0.11.0 instead of version 0.13.0 on Windows. +* Removes "resources_type" references. Fixes #493. +* Fixes bug when opening Node properties dialog via a double click. +* SecureCRT (installed on personal profile) command line. + ## 1.3.9 03/08/2015 * Catch exception when trying to launch Wireshark. diff --git a/gns3/version.py b/gns3/version.py index 8d5c7146..3d7fd488 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -25,5 +25,6 @@ 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) +