Changelog for
gns3-server-2.2.44.1-2.2.noarch.rpm :
* Fri Mar 22 2024 Atri Bhattacharya
- Add Provides for _gns3 user and group.
* Sun Nov 26 2023 malcolmlewisAATTopensuse.org- Updated to version 2.2.44.1:
* Catch exceptions when computing image checksums, (gh#GNS3/gns-server#2228).
* Add freeze_support() for multiprocessing.- Update rpmlintrc to remove unused-rpmlintrc-filter on python-missing-require importlib-resources.- Add missing requires on python3-platformdirs and python3-truststore.- Changes from version 2.2.44:
* Bundle web-ui v2.2.44.
* Non-blocking checksums computation when server starts, (gh#GNS3/gns-server#2228).
* Fix timeout issue when creating Qemu disk image, (gh#GNS3/gns-server#2313).
* Support for web socket console over HTTPS.
* Add back script create_cert.sh.
* Allow disabling hardware virtualization check.
* Fix L2IOU \"failed code signing checks\" when IOU base file name is >= 63 characters.
* Change \"ip cef\" to \"no ip cef\" in IOU default configs, (gh#GNS3/gns-server#2298).
* Add Qemu IGB network device
* Add Python 3.12 support.
* Fix issue with importlib.resources.files() and Python 3.9- Changes from version 2.2.43:
* Force English output for VBoxManage, (gh#GNS3/gns-server#2266).
* Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM, (gh#GNS3/gns-server#2266).
* Fix issue with controller config saved before checking current version with previous one.
* Prevent X11 socket file to be modified by Docker container.
* Use the user data dir to store built-in appliances.
* Catch ConnectionResetError exception when client disconnects.
* Mon Aug 21 2023 Joop Boonen - Update to 2.2.42 https://github.com/GNS3/gns3-server/releases/tag/v2.2.42 https://github.com/GNS3/gns3-server/releases/tag/v2.2.41 https://github.com/GNS3/gns3-server/releases/tag/v2.2.40.1 https://github.com/GNS3/gns3-server/releases/tag/v2.2.40 https://github.com/GNS3/gns3-server/releases/tag/v2.2.39
* Tue Apr 04 2023 Ben Greiner - Update to 2.2.38
* Bundle web-ui v2.2.38
* Fix c7200_i0_log.txt is created in the current directory. Fixes [#2191]
* Check swtpm version and start swtpm before qemu
* Fix broken websocket console with Python 3.11
* Fix \"cannot reopen console\". Ref #2182
* Fix Qemu binary not set when adding appliance from template- Update requirements- Replace deprecated `setup.py install` call through PEP517 build
* Wed Jan 25 2023 Martin Hauke - Update to version 2.2.37
* Fix StreamWriter doesn\'t have the wait_closed() method in Python3.6. Fixes
* Install built-in appliances when no previous version has been detected.
* Update documentation to install gns3-server.
* Give udhcpc executable right.
* Sat Jan 21 2023 Martin Hauke - Update to version 2.2.36 https://github.com/GNS3/gns3-server/releases/tag/v2.2.36- Update to version 2.2.35 https://github.com/GNS3/gns3-server/releases/tag/v2.2.35- Update to version 2.2.34 https://github.com/GNS3/gns3-server/releases/tag/v2.2.34- Update to version 2.2.33 https://github.com/GNS3/gns3-server/releases/tag/v2.2.33- Update to version 2.2.32 https://github.com/GNS3/gns3-server/releases/tag/v2.2.32- Drop patch:
* gns3-server-fix-requirements.patch
* Sun Apr 24 2022 Martin Hauke - Update to version 2.2.31
* qemu_vm.py Linked node test.
* Fix dead link in README.rst- Add patch:
* gns3-server-fix-requirements.patch
* Fri Mar 18 2022 Steve Kowalik - Remove python3-raven from BuildRequires, it hasn\'t been needed since 2.2.9.
* Mon Dec 20 2021 Martin Hauke - Udpate to version 2.2.28
* Release web UI 2.2.28 Simpler Systemd service file.- Udpate to version 2.2.27
* Fix unhandled KeyError exception when starting Docker container.
* Wed Oct 13 2021 Martin Hauke - Update to 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- Update to version 2.2.25
* Fix issue preventing to use custom nested symbols.
* Updated affinity symbols
* Return disk usage for partition that contains the default project directory.
* Explicitly require setuptools, utils/get_resource.py imports pkg_resources
* Mon Sep 20 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Modified:
* gns3-server.service
* Wed Aug 25 2021 Martin Hauke - Update to version 2.2.24
* Fix issue when searching for image with relative path.
* Fix wrong error when NAT interface is not allowed.
* Fix incorrect Qemu binary selected when importing template.
* Fix error when updating a link style.
* Early support for Python3.10.
* Tue Aug 17 2021 Martin Hauke - Update to version 2.2.23
* Fix hostname inconsistencies during script execution
* Add option `--without-kvm`
* Add a `reload` server endpoint. Fixes #1926
* Handle -no-kvm param deprecated in Qemu >= v5.2
* Fix binary websocket access to the console
* Change how to generate random MAC addresses
* setup.py: prevent installing tests directory
* Support cloning of encrypted qcow2 base image files
* Fix VMware VM support on Linux and Windows. Fixes #1919
* Fri Jun 11 2021 Martin Hauke - Update to version 2.2.22
* Link style support.
* Preserve auto_start/auto_open/auto_close when restoring snapshot.
* Fix uBridge errors for cloud nodes not visible in logs.
* Prevent directory traversal.
* Mon May 10 2021 Martin Hauke - Update to version 2.2.21
* Release Web-Ui v2.2.21
* Improvements for get symbol dimensions endpoint. Ref #1885
* Fri Apr 09 2021 Martin Hauke - Update to version 2.2.20
* Release Web UI version 2.2.20
* Fix packet capture with HTTPS remote server.
* Sync appliance files and remove old ones after sync with online repo.
* Fix export for missing files
* Fix issue when trying to export temporary Dynamips files.
* Sat Mar 06 2021 Martin Hauke - Update to version 2.2.19
* Launch projects marked for auto open after SIGHUP is received.
* Fix console type error when creating Ethernet switch node.
* Upgrade Jinja to version 2.11.3.- Update to version 2.2.18
* SIGHUP: remove projects with an empty project directory.
* Release Web UI 2.2.18
* Catch OSError exception in psutil. Fixes #3127
* Expose \'auto_open\' and \'auto_start\' properties in API when creating project.
* Add mtools package information.
* Fix warning: \'ide-drive\' is deprecated when using recent version of Qemu.
* Fix bug when starting of vpcs stopped with \"quit\".
* Fix WinError 0 handling.
* Stop uBridge if VPCS node has been terminated.
* Allow cloned QEMU disk images to be resized before the node starts, by cloning the disk image in response to a resize request instead of waiting until the node starts.
* Use HDD disk image as startup QEMU config disk.
* Create config disk property false by default for Qemu templates.
* Set default disk interface type to \"none\".
* Add explicit option to automatically create or not the config disk. Off by default.
* QEMU config disk support.