Skip to content

Version 2.2.6

Compare
Choose a tag to compare
@grossmj grossmj released this 26 Mar 02:10
· 568 commits to master since this release

GUI

  • Prevent locked drawings to be deleted. Fixes #2948
  • Fix issues with empty project variables. Fixes #2941
  • Upgrade psutil to version 5.6.6 due to CVE-2019-18874 GHSA-qfc5-mcwq-26q8
  • Use existing README.txt if existing when exporting portable project. Fixes GNS3/gns3-server#1724
  • Allow creation of a diskless Qemu VMs. Fixes #2939
  • Re-enable "create new version" in appliance wizard. Fixes #2837
  • Fix unable to load project from project library. Fixes #2932
  • Fix some permission denied errors when loading remote project. Ref #2871 Fixes #2901
  • Add 'Royal TS V5' to predefined console list
  • Disallow invalid grid sized. Fixes #2908
  • Check if hostname is blank. Fixes #2924
  • Add nvme disk interface and fix scsi disk interface for Qemu VMs.
  • Add latest Qemu nic models.
  • Upgrade Qt version to 5.14.1. Ref #2778 #2903

Server

  • Remove --local when starting Docker dev server.
  • Release 2020.1.0-alpha.1
  • Monitor ubrige processes.
  • Add Xvnc command to the VNC servers list. Fixes #172
  • Allow controller to reconnect to compute if communication is lost. Ref #1634
  • Improvement of support for docker USER directive. Fixes #1727.
  • Fix cannot delete Dynamips router the content of the "usage" field. Fixes #2947
  • Prevent locked drawings to be deleted. Fixes #2948
  • Fix issues with empty project variables. Fixes #2941
  • Upgrade psutil to version 5.6.6 due to CVE-2019-18874 GHSA-qfc5-mcwq-26q8
  • Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
  • Allocate application IDs for IOU nodes on the controller. An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
  • Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610
  • Add nvme disk interface and fix scsi disk interface for Qemu VMs.
  • Disallow using "legacy networking mode" with Qemu >= 2.9.0
  • Add latest Qemu nic models.
  • Attempt to fix error when loading wmi module. Fixes #1712
  • Handle "aborted" state for VirtualBox VMs. Fixes #1702
  • Change how Hyper-V VMs are found. Ref #1612