Skip to content

Commit

Permalink
Release v2.2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 6, 2023
1 parent ca5557e commit 29b8512
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
5 changes: 2 additions & 3 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 29b8512

Please sign in to comment.