mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Release v2.2.51
This commit is contained in:
parent
05773ce189
commit
754680d8e9
10
CHANGELOG
10
CHANGELOG
@ -1,5 +1,15 @@
|
|||||||
# Change Log
|
# 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
|
## 2.2.50 21/10/2024
|
||||||
|
|
||||||
* Bundle web-ui v2.2.50
|
* Bundle web-ui v2.2.50
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
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
|
_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.51.dev1"
|
__version__ = "2.2.51"
|
||||||
__version_info__ = (2, 2, 51, 99)
|
__version_info__ = (2, 2, 51, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user