Releases: GNS3/gns3-server
Releases · GNS3/gns3-server
Version 2.2.33
- Release web-ui v2.2.33
- Upgrade sentry-sdk and psutil
- Remove parameter "Name" not useful to create a Docker container
- Support to reset all console connections. Ref #1619
- Config option to disable built-in templates
- Add hostname entry to sample network config for Docker nodes. Fixes #2039
- Run Xtigervnc with MIT-SHM extension disabled for Docker VNC console support. Fixes #2071
- Added OpenRC init script
Version 2.2.32
- Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052
- Release web UI 2.2.32
- Create
/etc/network/interfaces.d
in Docker container. Fixes #2052 - Prettify Docker '/etc/network/interfaces' file. Ref #2040
- Use public DSNs for Sentry
- Fix VMware Fusion VM does not start on macOS >= 11. Fixes #2027
- Include conf file in MANIFEST.in Ref #2044
Version 2.2.31
Install setuptools v59.6.0 when using Python 3.6
Version 2.2.30
Version 2.2.29
Release web Ui v2.2.29
Version 2.2.28
Version 2.2.27
- Release web UI 2.2.27
- Fix unhandled KeyError exception when starting Docker container. Ref #1991
Version 2.2.26
- Release web UI 2.2.26
- Sort symbols by theme. Fixes GNS3/gns3-gui#3230
- Fix memory percentage left warning. Fixes #1966
- Update affinity symbols. Fixes GNS3/gns3-gui#3232
Version 2.2.25
- Release web UI 2.2.25
- Fix issue preventing to use custom nested symbols. Fixes #1969
- Updated affinity symbols
- Fix qemu-img rebase code to support Qemu 6.1. Ref #1962
- Reinstate qemu-img rebase
- Return disk usage for partition that contains the default project directory. Fixes #1947
- Explicitly require setuptools, utils/get_resource.py imports pkg_resources
Version 2.2.24
- Release web UI 2.2.24
- Fix issue when searching for image with relative path. Fixes #1925
- Fix wrong error when NAT interface is not allowed. Fixes #1943
- Fix incorrect Qemu binary selected when importing template. Fixes GNS3/gns3-gui#3216
- Fix error when updating a link style. Fixes GNS3/gns3-gui#2461
- Some fixes for early support for Python3.10 The loop parameter has been removed from most of asyncio‘s high-level API following deprecation in Python 3.8.
- Early support for Python3.10 Fixes #1940
- Bump pywin32 from 300 to 301