mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.3.11
This commit is contained in:
15
CHANGELOG
15
CHANGELOG
@@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.11 07/10/2015
|
||||
|
||||
* Display the version of Qt in the console
|
||||
* Catch errors when we have an infinite recursion when copying a folder
|
||||
* Fix crash in recent files when changing locale
|
||||
* Catch error when we can't extract egg
|
||||
* Updates SecureCRT command line.
|
||||
* Fixes issue when saving Idle-PC into template. Fixes #674.
|
||||
* Adds the COPYING file.
|
||||
* Xshell 5 support
|
||||
* Add missing gns3-converter to requirements.txt
|
||||
* Fixes issue when Telnet doesn't let you to login to an appliance on Linux.
|
||||
* Improve alignments. Fixes #215.
|
||||
* Spelling correction
|
||||
|
||||
## 1.3.10 04/09/2015
|
||||
|
||||
* Updates kernel command line of ASA.
|
||||
|
||||
@@ -25,6 +25,6 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.11dev1"
|
||||
__version_info__ = (1, 3, 11, -99)
|
||||
__version__ = "1.3.11"
|
||||
__version_info__ = (1, 3, 11, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user