Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jul 7, 2016
1 parent 0f4cac1 commit 07fcd66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
@@ -1,5 +1,25 @@
# Change Log

## 1.5.1 06/07/2016

* Try to fix a crash when reseting interface label
* Fix a crash with broken file system
* Fix EtherSwitch default name format
* Fix crash when you have utf-8 char in the README
* Fix rare crash when creating a link
* Stop node before hot unlink
* Prevent a crash due to issue in Qt
* Add another security to prevent client to send empty hostname
* Fix rare crash when deleting interface from the cloud
* Fix rare crash in topology summary view
* Ask user to send explanation if they cross a rare error
* Fix rare crash when deleting a node
* Hotlink support for Docker
* Fix typo in the a warning dialog
* Fix Remote GNS3 VM requires local server
* Fix AttributeError: 'NoneType' object has no attribute '_server'
* No timeout when importing a .gns3project

## 1.5.0 27/06/2016

* Fix double extension of portable project
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Expand Up @@ -25,5 +25,5 @@
number has been incremented)
"""

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

0 comments on commit 07fcd66

Please sign in to comment.