This commit is contained in:
Julien Duponchelle
2015-10-07 18:28:04 +02:00
parent eb94ba8b93
commit d3973d4a7b
2 changed files with 17 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)