We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d1c2a commit 8c3179fCopy full SHA for 8c3179f
CHANGELOG
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+## 1.3.8 27/07/2015
4
+
5
+* Fixes rare issue when adding a link. Fixes #573.
6
+* Backport: option to drop nvram & disk files for IOS routers in order to save disk space.
7
+* Avoid the creation of a NIO when one has been cancelled.
8
+* Fix Crash with chinese characters
9
+* Use the same location for the server config on GUI and server
10
+* Catch invalid reply from the remote server
11
12
## 1.3.7 22/06/2015
13
14
* Makes sure Hub Ethernet port names are string.
gns3/version.py
@@ -25,5 +25,5 @@
25
number has been incremented)
26
"""
27
28
-__version__ = "1.3.8dev1"
29
-__version_info__ = (1, 3, 8, -99)
+__version__ = "1.3.8"
+__version_info__ = (1, 3, 8, 0)
0 commit comments