Fix error if you already have an image with a different name on remote server
Drop gns3 converter from requirements
Show correct server name in tooltip
Menu item to open controller webpage
Fixes potential exception when adding network module to an IOS router. Fixes #1774.
Do not export a file config file if empty
Allow to set console type in qemu wizard
Fix overwrite of projects
Fix creation of new appliance version when filename is different
Fix you can't configure port 0 on ethernet switch
Fix a race condition when saving as a project and closing it
Reorder multi link when you delete one
Ensure we can't connect to occupy port
Fix AttributeError: 'QImageSvgRenderer' object has no attribute '_svg'
Fix Unsaved preferences in GNS3 VM warning
Force margins in configuration tabs.
Sata disk interface support for Qemu VMs.
Remove "sata" disk interface. Does not exist in Qemu. Ref #1749
Add SATA and none disk interfaces on Qemu VM configuration page. Fixes #1749.
Update pyqt5 from 5.7 to 5.7.1
Fix TypeError: argument of type 'NoneType' is not iterable
Fix an error when you edit readme and no projet is opened
Upgrade Qt 5.7
Server
Force the dependency on typing because otherwise it's broke on 3.4
Fix sometimes you have an exception when closing GNS3
Fix duplicate node names
Fix bug with other directory of Qemu images
Do not raise an error if no VM is selected for remote GNS3 VM
Fix UnboundLocalError: local variable 'vmname' referenced before assignment
Fix some race condition in project deletion
If qemu status change internally we mirror it
Fix hostname of VPCS is not changed
Fix capture stop with Wireshark
Drop a useless debug information
Fix sometimes VirtualBox VM are not loading
Drop NAT port from cloud from old topologies
Fix Port labels for docker VMs incorrect
Fix If cloud interface is down the project doesn't open
Catch Timeout error from VirtualBox GNS3 VM
Fix export of IOU configuration
Fix a crash with VirtualBox in some conditions
Sata disk interface support for Qemu VMs. (#862)
Fix random error in the dynamips test suite after previous commit
Support conversion to dynamips new directory layout on remote
Catch error when a file is deleted during the compression of project
Fix a crash with some docker images
Fix Wrong slot numbering on IOS router
Fix VPCS configuration is overwritten on project load
Fix wrong short label for ethernet switch, hub & VPCS
Fix binding console host for VMware and VirtualBox
Fix resume of dynamips routers
Fix sporadically systemd is unable to start gns3-server
Fix RuntimeError: File size has increased during compressing
Do not dump local compute configuration when saving topology
Change directory layout for dynamips.
Ensure we can't connect to occupy port
Fix handling of UTF-8 in large SVG files
Prevent a crash when you close a dynamips node and create a link at the same time
Fix short label diplay instead of custom interface labels
Improve error message about the netmask
Do not mark VirtualBox adapter as connected when not connected to another node in GNS3.
Add missing 'DLT_PPP_SERIAL' PCAP link type in schemas.
Fix crash when converting topology with broken link
Replace JSONDecodeError by ValueError (Python 3.4 compatibility)
Catch an error when we can't create the IOU directory
Ubridge
Fix support for VLAN tagged frames received on RAW sockets.