mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-26 22:00:27 +03:00
commit
d59709071a
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.58.1 12/04/2026
|
||||||
|
|
||||||
|
* Sync appliances
|
||||||
|
|
||||||
## 2.2.58 10/04/2026
|
## 2.2.58 10/04/2026
|
||||||
|
|
||||||
* Bundle web-ui v2.2.58
|
* Bundle web-ui v2.2.58
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"product_name": "Alpine Linux Virt",
|
"product_name": "Alpine Linux Virt",
|
||||||
"product_url": "https://developer.cisco.com/modeling-labs/",
|
"product_url": "https://developer.cisco.com/modeling-labs/",
|
||||||
"registry_version": 4,
|
"registry_version": 4,
|
||||||
"status": "beta",
|
"status": "experimental",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "By default, a \"cisco\" account with password \"cisco\" is created.",
|
"usage": "By default, a \"cisco\" account with password \"cisco\" is created.",
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://74851857a3f05aecd909415e2a4cbd60@o19455.ingest.us.sentry.io/38482"
|
DSN = "https://414ae874065f1f5d4ad7004b9246b1aa@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.58"
|
__version__ = "2.2.58.1"
|
||||||
__version_info__ = (2, 2, 58, 0)
|
__version_info__ = (2, 2, 58, -99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user