Skip to content

Commit d669b19

Browse files
1.3.5
1 parent 95e665a commit d669b19

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 1.3.5 16/06/2015
4+
5+
* Do not crash in a very rare case on Windows when stoping local server
6+
* Escape usage to glob
7+
* Fix QMessageBox.NoButton): argument 1 has unexpected type 'Servers'
8+
* Turn on/off local server auth
9+
* Fix 'ValueError' object has no attribute 'errno' in IOS decompress
10+
* Fix error if communication with the update server is intercepted by a third party.
11+
* Fix auth errors if you change the local server IP
12+
* Support auth for local server
13+
* Ensure no colored log output on Windows
14+
* Fixes issue with default router settings for templates.
15+
* Display a proper message if you use a remote server started with --local
16+
* Catch zlib error when uncompress IOS
17+
* Raise error if we pass non string to Port name
18+
* Add basic auth support for local server
19+
320
## 1.3.4 02/06/2015
421

522
* Check if an IOS image is set in the IOS router template

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
number has been incremented)
2626
"""
2727

28-
__version__ = "1.3.5dev1"
29-
__version_info__ = (1, 3, 5, -99)
28+
__version__ = "1.3.5"
29+
__version_info__ = (1, 3, 5, 0)

0 commit comments

Comments
 (0)