mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Release v2.2.59
This commit is contained in:
parent
e34a7afe79
commit
59a95edd3d
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.59 08/05/2026
|
||||
|
||||
* Sync appliances
|
||||
* Fix snapshot restore does not work after export/import of project
|
||||
* Warn to use 64-bit IOU images. Fixes #2716 32-bit IOU image support has been removed from the GNS3 VM.
|
||||
* Fix telnet console silent-proxy hang on non-ConnectionError exit (#2344)
|
||||
|
||||
## 2.2.58.1 12/04/2026
|
||||
|
||||
* Sync appliances
|
||||
|
||||
@ -57,7 +57,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://414ae874065f1f5d4ad7004b9246b1aa@o19455.ingest.us.sentry.io/38482"
|
||||
DSN = "https://646d66c1f0b65d59af9c4577a68f3f87@o19455.ingest.us.sentry.io/38482"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.59.dev2"
|
||||
__version_info__ = (2, 2, 59, 99)
|
||||
__version__ = "2.2.59"
|
||||
__version_info__ = (2, 2, 59, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user