File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 2525number 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+
You can’t perform that action at this time.
0 commit comments