diff --git a/CHANGELOG b/CHANGELOG index c0623d742..a5a834f76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,15 @@ # Change Log +## 2.2.51 07/11/2024 + +* Catch error when cannot resize Docker container TTY. +* Do not use "ide" if there is a disk image and no interface type has been explicitly configured. +* Use @locking when sending uBridge commands. Ref https://github.com/GNS3/gns3-gui/issues/3651 +* Fix run Docker containers with user namespaces enabled. Fixes #2414 +* Python 3.13 support +* Upgrade dependencies +* Fix errors in init.sh. Fixes #2431 + ## 2.2.50 21/10/2024 * Bundle web-ui v2.2.50 diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index d0bf23dd7..6ad998a53 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -57,7 +57,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://decb06a5d7bda07bef342a41c5c9d6e1@o19455.ingest.us.sentry.io/38482" + DSN = "https://088679fcf3aa35f775356982a80fe37c@o19455.ingest.us.sentry.io/38482" _instance = None def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index fc2f34bad..533a4376b 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.51.dev1" -__version_info__ = (2, 2, 51, 99) +__version__ = "2.2.51" +__version_info__ = (2, 2, 51, 0) if "dev" in __version__: try: