mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Prepare version 1.3.10
This commit is contained in:
11
CHANGELOG
11
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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user