Release v2.2.41

This commit is contained in:
grossmj
2023-07-12 17:07:39 +10:00
parent b162c55078
commit cf2802b15a
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.2.41 12/07/2023
* Use alternative method to set the correct permissions for uBridge on macOS
* Remove sending stats to GA
* Catch urllib3 exceptions when sending crash report. Ref https://github.com/GNS3/gns3-gui/issues/3483
* Backport UEFI boot mode support for Qemu VMs
* Add debug for dropEvent. Ref https://github.com/GNS3/gns3-server/issues/2242
## 2.2.40.1 10/06/2023
* No changes

View File

@@ -52,7 +52,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://486bdeb4a1a94f129b676eb677f598e5@o19455.ingest.sentry.io/38506"
DSN = "https://8e73913aea164a31a72e3a07fc455e26@o19455.ingest.sentry.io/38506"
_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.41.dev3"
__version_info__ = (2, 2, 41, 99)
__version__ = "2.2.41"
__version_info__ = (2, 2, 41, 0)
if "dev" in __version__:
try: