Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 16, 2015
1 parent 95e665a commit d669b19
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
number has been incremented)
"""

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

0 comments on commit d669b19

Please sign in to comment.