mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.2.37
This commit is contained in:
parent
1fa4632b55
commit
260ac44e87
@ -1,5 +1,13 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.37 25/01/2023
|
||||||
|
|
||||||
|
* Fix link communication issues on Windows with uBridge
|
||||||
|
* Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes #2170
|
||||||
|
* Install built-in appliances when no previous version has been detected. Fixes #2168
|
||||||
|
* Update documentation to install gns3-server. Fixes #2124
|
||||||
|
* Give udhcpc executable right. Fixes #2159
|
||||||
|
|
||||||
## 2.2.36 04/01/2023
|
## 2.2.36 04/01/2023
|
||||||
|
|
||||||
* Install web-ui v2.2.36
|
* Install web-ui v2.2.36
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://3318fddc3b9f4752b7b00929ac2999e3@o19455.ingest.sentry.io/38482"
|
DSN = "https://5eb3c88b4e4949d985a6c4c71157b9c3@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.37.dev3"
|
__version__ = "2.2.37"
|
||||||
__version_info__ = (2, 2, 37, 99)
|
__version_info__ = (2, 2, 37, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user