This commit is contained in:
Julien Duponchelle
2015-06-16 19:03:42 +02:00
parent 95e665a917
commit d669b19906
2 changed files with 19 additions and 2 deletions

View File

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

View File

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