From 29b851207b2e7f641adf790636a022c858eeb381 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 6 Nov 2023 16:02:23 +1000 Subject: [PATCH] Release v2.2.44 --- CHANGELOG | 8 ++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 5 ++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index af346bc47..b8b84930a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.2.44 06/11/2023 + +* Fix timeout issue when creating Qemu disk image. Fixes https://github.com/GNS3/gns3-server/issues/2313 +* Refactor command variables support +* Add vendor_logo_url in appliance schemas. Ref https://github.com/GNS3/gns3-registry/pull/825 +* Add Qemu IGB network device +* Add the ability to edit width and height in the style edit dialog. + ## 2.2.43 19/09/2023 * Add KiTTY to preconfigured telnet consoles. Fixes #3507 diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 51ff5692e..eaa4e3984 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -50,7 +50,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://57454675a266a9d705fd505947a81b5c@o19455.ingest.sentry.io/38506" + DSN = "https://5c5fb544e56f9d41179e57bfff78e151@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 56fc56cd3..8454f031f 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -23,9 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.44.dev1" - -__version_info__ = (2, 2, 44, 99) +__version__ = "2.2.44" +__version_info__ = (2, 2, 44, 0) if "dev" in __version__: try: