Changelog for
gns3-gui-2.2.44.1-1.3.noarch.rpm :
* Sun Nov 26 2023 malcolmlewisAATTopensuse.org- Updated to version 2.2.44.1:
* No changes.- Add requires to python3-truststore.- Changes from version 2.2.44:
* Fix timeout issue when creating Qemu disk image, (gh#GNS3/gns3-server#2313).
* Refactor command variables support.
* Add vendor_logo_url in appliance schemas, (gh#gns3-registry#825).
* Add Qemu IGB network device.
* Add the ability to edit width and height in the style edit dialog.- Changes from version 2.2.43:
* Add KiTTY to preconfigured telnet consoles, (gh#GNS3/gns3-gui#3507).
* Fix generic icon in Wayland, (gh#GNS3/gns3-gui#3501).
* Use importlib instead of pkg_resources.
* Upgrade to PyQt 5.15.9.
* Add support for appliance version 8 format- Changes from version 2.2.42:
* Use the system\'s certificate store for SSL connections.
* Give a node some time to start before opening the console (for console auto start), (gh#GNS3/gns3-gui#3474).
* Support for gnome-terminal tabs to be opened in the same window.
* Remove import urllib3 and let sentry_sdk import and patch it, (gh#GNS3/gns3-gui#3498).
* Add import sys in sudo.py.
* Rounded Rectangle support.- Changes from version 2.2.41:
* Remove sending stats to GA.
* Catch urllib3 exceptions when sending crash report, (gh#GNS3/gns3-gui#3483.
* Backport UEFI boot mode support for Qemu VMs.
* Add debug for dropEvent, (gh#GNS3/gns3-server#2242).
* Mon Jun 19 2023 Ben Greiner
- Update to 2.2.40.1
* Change log messages for Websocket errors
* Do not proceed if an appliance symbol cannot be downloaded. Ref [#3466]
* Delete a node or link from topology summary view using Delete key. Ref #3445
* Fix \"Start the capture visualization program\" checkbox works only one (first) time for a given link. Fixes #3442
* Let the selected link style applied when editing a link. Fixes [#3460]
* Fix hovered color shown in style editing dialog. Fixes #3460- Release 2.2.39
* Fix nodes are not snapped to the grid at the moment of creation
* Upgrade distro and aiohttp dependencies- Remove version unpinnings: Not required for Tumbleweed, older distributions have failed to provide the lowered requirements already months ago- Remove old python-sip (v4) from BuildRequires: not needed- Remove unused old distro install methods, replace by PEP517 pyproject macros- Remove gns3-gui_fix_desktop_file.patch replace by macro
* Fri Mar 17 2023 Dirk Müller - update to 2.2.38:
* Add long description content type in setup.py
* Automatically add new issues to GNS3 project
* Wed Jan 25 2023 Martin Hauke - Bugfix release
* no functional changes
* 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-gui-fix-requirements.patch
* Sun Oct 23 2022 John Vandenberg - Activate test suite
* Sun Apr 24 2022 Martin Hauke - Update to version 2.2.31
* Fix int() call. Ref #3283
* Fix QPoint() as unexpected type \'float\'. Fixes #3283
* Fix painter.drawRect() has unexpected type \'float\'. Fixes #3282
* Fix SpinBox.setValue() requires integer. Fixes #3281
* Clear cache when opening symbol selection dialog. Fixes #3256
* Fix AATT in username issue with HTTP authentication. Fixes #3275
* Use \'//\' operator instead of int()
* Fix create drawing item calls since mapToScene() returns a QPointF
* Fixed QPoint called with floats
* Mon Dec 20 2021 Martin Hauke - Update to version 2.2.28
* Fixed drawLine called with float arguments.
* Fixed dead VIX API link.- Update to version 2.2.27
* Fix symbols in \"Symbol selection\" dialog are not placed in alphabetical order.
* Fix link duplicates in topology summary.
* chore : use --no-cache-dir flag to pip in dockerfiles to save space.
* Wed Oct 13 2021 Martin Hauke - Update to version 2.2.26
* Open \"template configuration\" dialog with double click on template name in \"Preferences\".
* Only show \"virtio\" network adapter when legacy node is enabled.
* Double-click on a template opens \"template configuration\" dialog.
* Fix \"Custom symbols\" can\'t be unfolded after using \"Filter\" field.- Update to version 2.2.25
* Change method to display the recent files menu.
* Fix bug when using empty port names for custom adapters.
* Fix mouse zoom-in/out step value is two times bigger than keyboard one.
* Fix issue with custom adapters at the node level.
* Explicitly require setuptools, utils/get_resource.py imports pkg_resources
* Wed Aug 25 2021 Martin Hauke - Update to version 2.2.24
* Fix incorrect Qemu binary selected when importing template.
* Early support for Python3.10
* Tue Aug 17 2021 Martin Hauke - Update to version 2.2.23
* Handle -no-kvm param deprecated in Qemu >= v5.2
* Support for invisible links.
* Add kitty console application command line.
* Add Windows Terminal profile as an option for Console Applications.
* Fri Jun 11 2021 Martin Hauke - Update to version 2.2.22
* Fix exception shown when GNS3 is started with empty config.
* Link style support.
* Fix charcoal theme.
* Fix issue when showing menu to select port.
* Mon May 10 2021 Martin Hauke - Update to version 2.2.21
* Fix issue with empty project variable name. Fixes #3162
* Fri Apr 09 2021 Martin Hauke - Update to version 2.2.20
* Fix project does not load anymore.
* Do not connect to server while waiting for user to accept/reject SSL certificate.
* Fix invalid server version check request.
* Add terminator as a predefined custom console option.
* Sat Mar 06 2021 Martin Hauke - Update to version 2.2.19
* No changes- Update to version 2.2.18
* SSL support.
* Remove the useless file \"zoom-in (copy).svg\".
* Use HDD disk image as startup QEMU config disk.
* Edit only text mode config files.
* Hide config import/export when configFiles attribute is empty.
* Qemu disk interfaces must be set to \"none\" by default.
* Do not allow image to be configured on Qemu VM secondary slave disk if create config disk option is enabled.
* Add explicit option to automatically create or not the config disk. Off by default.
* QEMU config disk support.