Skip to content

Commit dc4a984

Browse files
Prepare version 1.3.10
1 parent 8f9672d commit dc4a984

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 1.3.10 04/09/2015
4+
5+
* Updates kernel command line of ASA.
6+
* Fix file not found exception in vpcs list dir
7+
* Fix saveAs error unsupported operand type(s) for +=: 'NoneType' and 'str'
8+
* Catch error when antivirus corrupt our own JSON errors
9+
* Use Qemu 0.11.0 instead of version 0.13.0 on Windows.
10+
* Removes "resources_type" references. Fixes #493.
11+
* Fixes bug when opening Node properties dialog via a double click.
12+
* SecureCRT (installed on personal profile) command line.
13+
314
## 1.3.9 03/08/2015
415

516
* Catch exception when trying to launch Wireshark.

gns3/version.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
number has been incremented)
2626
"""
2727

28-
__version__ = "1.3.10dev1"
29-
__version_info__ = (1, 3, 10, -99)
28+
__version__ = "1.3.10"
29+
__version_info__ = (1, 3, 10, 0)
30+

0 commit comments

Comments
 (0)