mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
1.5.2
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -1,5 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
## 1.5.2 18/08/2016
|
||||
|
||||
* Make more clear that VMware VM are not ESXi
|
||||
* Add AppData and Desktop files
|
||||
* Fix you can not select the server for VPCS
|
||||
* Fix error when removing an interface from a cloud
|
||||
* Fix crash when scanning a directory for image and you don't have permission on a file
|
||||
* Bring back the warning dialog when no router is configured
|
||||
* Fix rare crash in server summary
|
||||
* Fix crash during export
|
||||
|
||||
## 1.5.1 06/07/2016
|
||||
|
||||
* Try to fix a crash when reseting interface label
|
||||
|
||||
@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.5.2dev1"
|
||||
__version_info__ = (1, 5, 2, -99)
|
||||
__version__ = "1.5.2"
|
||||
__version_info__ = (1, 5, 2, 0)
|
||||
|
||||
Reference in New Issue
Block a user