Release v2.2.51

This commit is contained in:
grossmj 2024-11-07 15:08:27 +10:00
parent 05773ce189
commit 754680d8e9
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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):

View File

@ -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: