Skip to content

Commit 8c3179f

Browse files
1.3.8
1 parent 57d1c2a commit 8c3179f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

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

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+
312
## 1.3.7 22/06/2015
413

514
* Makes sure Hub Ethernet port names are string.

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.8dev1"
29-
__version_info__ = (1, 3, 8, -99)
28+
__version__ = "1.3.8"
29+
__version_info__ = (1, 3, 8, 0)

0 commit comments

Comments
 (0)