Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 1.3.1
v1.3.1 Prepare 1.3.1
Version 1.3.1rc4
- Initial config file content can be empty (fix export issues)
- Fix crash if IOU initial config is emtpy
- Return more informations about bad requests for crash reports
- Allow less strict dependencies for easier install
- Missing project name in documentation
- Some spring cleaning
Version 1.3.1rc3
- Fix missing IOU documentation
- Add missing project name in curl documentation
- Look in old IOU images location in order to smooth transition
Version 1.3.1rc2
- Do not overwrite initial-config IOU if client send an empty
- Fix documentation about /ports/udp
Version 1.3.1rc1
- Fix issues with macos X dynamips not freeing UDP port
- Fix encoding error when saving dynamips configuration
- The upload web page return a 200 in case of error (IE compatibility)
- Do not crash if dynamips config contain non ascii chars
- Test path with chinese charcaters in Qemu
- Do not crash if no console port is available for VBox
- Raise a DynamipsError if we can't access to VM status
- Check name of the VBoxManage executable
- Exclude docs and tests package from distribution
- Catch error when qemu additional options are invalid
- Fix ClientDisconnectedError
- Fix crash when NIO doesn't exist
- Turn off crash report if raven not available
- Fix crash when IOU script file is incorrect
Version 1.3.0
- Fix issue when asyncio read is cancelled and data is still sent by Dynamips hypervisor.
- Fix unicode decode error when saving IOS router configs.
- Fix error when missing adapter in Dynamips IOS router.
- Fix crash if we call stop on dynamips on non started process.
- Fix use_default_iou_values param was not set.
- Fix issue when IOURC environment variable is set to None.
- Fix issue when exporting IOS router configs.
- Fix check if VPCS process is running.
- Fix bug when remove_nio() is not a coroutine for ATM and FR switches.
- Fix how to test if iou and iouyap are running.
- Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects.
- Fix default chassis bug.
Version 1.3.0rc2
- Update sentry key
- Prevent error when suspend/resume is not supported in QEMU VM.
- Adds project id when requesting UDP port.
- Make sure used ports in a project are cleaned up when closing it.
- Save configs when project is committed.
- Initialize chassis when creating an IOS router. Fixes #107.
- Lock the dynamips reader an writer
Version 1.3.0rc1
- Save IOS router config when saving the project
- Look in legacy IOU images directory
- Support IOURC upload
- Configuration on UNIX
- Support all QEMU status
- Bind tunnel UDP to the correct source index
Version 1.3.0beta2
- Fixes issue when VBoxManage returns an error.
- Server handler to shutdown a local server.
- List the iourc file in upload handler.
- Fixes hostid error.
- Support RAM setting for VirtualBox VMs.
- Alternative local server shutdown (intended for Windows).
- Request user permission to kill the local server if it cannot be stopped.
Version 1.3.0beta1
GNS3 version 1.3 beta 1
- Optional IOU license key check.
- Relative path support of IOU, IOS and Qemu images.
- Do not give attachment warning for generic attachments in VirtualBox.
- Support for HDC and HDD disk images in Qemu.
- Fixed bug when starting a packet capture in VirtualBox with the project path containing spaces.
- Renames server.conf and server.ini to gns3_server.conf and gns3_server.ini respectively.
- Use TCP instead of Telnet to communicate with Qemu monitor.
- Have the server look in the right place for relative image paths.
- Fixed bugs when checking if this is a local project.
- Concert old projects on remote servers.
- Properly restore configs for Dynamips routers.
- Fixed rename bug for linked clones in VirtualBox.
- Makes absolute path checks work on Windows.
- Upload IOURC file via the web interface
- Upload interface allows users to choose an image type.
- Fixed Qemu networking.
- Fixed suspend and resume for Qemu VMs.
- Fixed crash when you start capture on a non running IOU.
- Fixed Telnet server initialization issue in VirtualBox.
- Disconnect network cable if adapter is not attached in VirtualBox vNIC.