Skip to content

Releases: GNS3/gns3-server

Version 1.4.3

19 Feb 21:20
Compare
Choose a tag to compare
  • Changes made in the GUI only.

Version 1.4.2

17 Feb 18:39
976154f
Compare
Choose a tag to compare
  • Fix missing format in IOU export
  • Fix number of arguments to the UDP errors on VBOX
  • Add verification when UDP tunnel is created in a VirtualBox VM. Ref #899.
  • Fixes VMware linked clone cleanup bug. Fixes #420.
  • Removed docker support from 1.4 (drop unused code)
  • Fix a crash if you create a file named IOS in the image dir
  • Disallow creating project with " in the path
  • Always look at the registry to find vmrun.exe on Windows.
  • Check for VMware VIX library version. Fixes #413.
  • Fixes VDE not working #345.
  • Do not list qemu binary with -spice in the name
  • Send command line used to start the VM to client
  • Fix crash if you have a { in your user name

Version 1.4.1

01 Feb 16:46
ce7ac05
Compare
Choose a tag to compare
  • VMware raise error if version is not found
  • For topologies before 1.4 manage qemu missing
  • Fixes issue with packet capture on VMware VMs. Fixes #396.
  • Fixes concurrency issue when closing multiple VMware linked clone VMs. Fixes #410.
  • Fixes "can only use tap interfaces that both already exist and are up". Fixes #399.
  • Send machine stats via the notification stream
  • Check for /dev/kvm instead of kvm-ok
  • Show a warning when starting ASA8
  • Fix error when setting Qemu VM boot to 'cd' (HDD or CD/DVD-ROM)
  • Fixed the VMware default VM location on Windows, so that it doesn't assume the "Documents" folder is within the %USERPROFILE% folder, and also support Windows Server's folder (which is "My Virtual Machines" instead of "Virtual Machines").
  • Improve dynamips startup_config dump
  • Dump environnement to server debug log
  • Fix usage of qemu 0.10 on Windows
  • Show hostname when the hostname is missing in the iourc.txt

Version 1.4.0

12 Jan 16:42
Compare
Choose a tag to compare

Release 1.4.0

Version 1.4.0 release candidate 3

05 Jan 17:45
Compare
Choose a tag to compare
Pre-release
  • API documentation update
  • Fix race condition when killing iouyap
  • Catch exception if we can't change process priority on Windows
  • Adds a handler for getting the Qemu related capabilities of the server. Currently includes just a check for KVM architectures.
  • Fixed showing of Qemu hdb_disk_interface - it showed hda_disk_interface instead, which resulted in an odd visual glitch in the GUI.
  • Made the gns3server.bat successfully start the server independent of the CWD at the time of running. It's now relative to the location of the .bat file itself.
  • Add more informations in the debug status page
  • Fix status link in GNS3 homepage
  • Fix tests on Windows
  • Fix missing boot priority order
  • A debug status page embed in the server
  • Fix test on Windows
  • Update links for new website.
  • Contributing instructions

Version 1.3.13

11 Dec 08:22
Compare
Choose a tag to compare
  • Update links for new website.

Version 1.4.0 release candidate 2

10 Dec 18:42
Compare
Choose a tag to compare
Pre-release
  • Add log about wher iou capture packet
  • Replace by another TCP port if port is already used
  • Fix ProcessLookupError in Qemu
  • Increase vmrun timeout to 120 seconds. Ref #360.
  • Fixes termination notification to indicate the right process name (IOU vs iouyap). Ref #359.
  • Fixes error with non initialized uBridge. Fixes #367.
  • Remove debug that can crash qemu
  • Support VM usage for qemu
  • Raise an error if psutil version is invalid

Version 1.3.12

11 Dec 08:16
Compare
Choose a tag to compare
  • Contributing instructions
  • Correctly display log messages.
  • Tentative fix for "WinError 64 The specified network name is no longer available" issues.
  • Fix minor errors reported by codacy.com
  • Add doc on how to got code coverage
  • Raise an error when you use a port outside the ranges
  • Fix asyncio error when closing the app
  • Release UDP ports when closing a Qemu VM. Fixes #323.

Version 1.4.0 release candidate 1

12 Nov 16:55
Compare
Choose a tag to compare
Pre-release
  • Raise error if server received windows path
  • Update sentry key
  • Remove NIO FIFO and Mcast (unused). Fixes #348.
  • Support VPCS 0.6.1
  • Fix duplicate of -no-kvm options
  • Raise an error if user send a non local path to remote server
  • Fix minor issues
  • Apply pep8 fix
  • Sets console end port to 7000. Fixes #343.
  • Drop netifaces (replaced by psutil). Fixes #344.
  • Correctly display log messages.
  • Tentative fix for "WinError 64 The specified network name is no longer available" issues.
  • Return relative path for dynamips images
  • Fix add existing IOS not working
  • Correctly enable faulthandler for dev version
  • Avoid test crash if GNS3 is running on the same computer
  • Allow to return an empty project name because it's allowed in creation
  • Test with python 3.5
  • Add doc on how to got code coverage

Version 1.4.0 beta 5

02 Nov 17:56
Compare
Choose a tag to compare
Version 1.4.0 beta 5 Pre-release
Pre-release
  • Freeze requirements for aiohttp because 0.18 doesn't support Python 3.4.
  • Fix crash in IOU config export.
  • Raise an error when you use a port outside the ranges. Fixes #739.
  • Fixes Windows named pipe issue. Fixes #340.