mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.3.5
This commit is contained in:
17
CHANGELOG
17
CHANGELOG
@@ -1,5 +1,22 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.5 16/06/2015
|
||||
|
||||
* Do not crash in a very rare case on Windows when stoping local server
|
||||
* Escape usage to glob
|
||||
* Fix QMessageBox.NoButton): argument 1 has unexpected type 'Servers'
|
||||
* Turn on/off local server auth
|
||||
* Fix 'ValueError' object has no attribute 'errno' in IOS decompress
|
||||
* Fix error if communication with the update server is intercepted by a third party.
|
||||
* Fix auth errors if you change the local server IP
|
||||
* Support auth for local server
|
||||
* Ensure no colored log output on Windows
|
||||
* Fixes issue with default router settings for templates.
|
||||
* Display a proper message if you use a remote server started with --local
|
||||
* Catch zlib error when uncompress IOS
|
||||
* Raise error if we pass non string to Port name
|
||||
* Add basic auth support for local server
|
||||
|
||||
## 1.3.4 02/06/2015
|
||||
|
||||
* Check if an IOS image is set in the IOS router template
|
||||
|
||||
@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.5dev1"
|
||||
__version_info__ = (1, 3, 5, -99)
|
||||
__version__ = "1.3.5"
|
||||
__version_info__ = (1, 3, 5, 0)
|
||||
|
||||
Reference in New Issue
Block a user