File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525number 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 )
You can’t perform that action at this time.
0 commit comments