mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.2.43
This commit is contained in:
parent
80bc1a726b
commit
89ec458f5c
10
CHANGELOG
10
CHANGELOG
@ -1,5 +1,15 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.43 19/09/2023
|
||||||
|
|
||||||
|
* Force English output for VBoxManage. Fixes #2266
|
||||||
|
* Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM. Ref #2266
|
||||||
|
* Fix issue with controller config saved before checking current version with previous one
|
||||||
|
* Prevent X11 socket file to be modified by Docker container
|
||||||
|
* Use the user data dir to store built-in appliances
|
||||||
|
* Catch ConnectionResetError exception when client disconnects
|
||||||
|
* Upgrade to PyQt 5.15.9 and pywin32
|
||||||
|
|
||||||
## 2.2.42 09/08/2023
|
## 2.2.42 09/08/2023
|
||||||
|
|
||||||
* Bundle web-ui v2.2.42
|
* Bundle web-ui v2.2.42
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://226eee142b22cc399d1566b3dd4cbc86@o19455.ingest.sentry.io/38482"
|
DSN = "https://8dcaf668c2f31af6028fb4130bf2f58e@o19455.ingest.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.2.43.dev1"
|
__version__ = "2.2.43"
|
||||||
__version_info__ = (2, 2, 43, 99)
|
__version_info__ = (2, 2, 43, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user