* Check that vcpus value for GNS3 VM is an integer. Fixes 1636 * Make x,y optional for creating links via API. Fixes 1630 * Set default_name_format for some builtin nodes. * Allow "none" for compute_id in templates.
2019.2.0alpha.5
* Fix redirection to web-ui bundled server
2.2.53
* Bundle web-ui v2.2.53 * Add more information when patching .vbox file. Ref https://github.com/GNS3/gns3-gui/issues/3542 * Increase timeout to run compute HTTP queries. Fixes 2461 * Use 'allow_methods="*"' in aiohttp_cors.ResourceOptions(). Fixes 2459 * Upgrade dependencies * Update remote-install.sh to support a custom repository and the deb822 source format * Fix: do not use the iourc file if IOU licence check is not enabled
2.2.52
* Bundle web-ui v2.2.52 * Remove restrictions based on file extension when listing images and fix ELF header checks * Fix use project name instead of ID for fast duplication when running local server. Fixes 2446 * Overwrite user resources when the originals have changed. * Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
2.2.51
* Catch error when cannot resize Docker container TTY. * Do not use "ide" if there is a disk image and no interface type has been explicitly configured. * Use locking when sending uBridge commands. Ref https://github.com/GNS3/gns3-gui/issues/3651 * Fix run Docker containers with user namespaces enabled. Fixes 2414 * Python 3.13 support * Upgrade dependencies * Fix errors in init.sh. Fixes 2431
2.2.50
* Bundle web-ui v2.2.50 * Symbolic links support for project export/import * Add comment to indicate sentry-sdk is optional. Ref https://github.com/GNS3/gns3-server/issues/2423 * Fix issues with recent busybox versions * Support to reset MAC addresses for Docker nodes and some adjustments for fast duplication. * Update README.md to change the minimum required Python version. * Faster project duplication for local projects (no remote compute) * Improve error message when a project cannot be parsed. * Fix for running Docker containers with user namespaces enabled * Support for configuring MAC address in Docker containers * Upgrade aiohttp to v3.10.3