mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 04:20:14 +03:00
Release v2.2.61
This commit is contained in:
parent
5485eef3ad
commit
da2942c139
@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.61 30/07/2026
|
||||||
|
|
||||||
|
* Sync appliances
|
||||||
|
* fix(import): unvalidated symlink creation in import_project
|
||||||
|
* fix(qemu): fix addition of QEMU RNG device causes interface names to change
|
||||||
|
* fix(qemu): remove trailing space from RNG object argument
|
||||||
|
* fix: do not start nodes when deleting a project
|
||||||
|
* fix: correct always-true state check in DockerVM.stop()
|
||||||
|
|
||||||
## 2.2.60 15/07/2026
|
## 2.2.60 15/07/2026
|
||||||
|
|
||||||
* Sync appliances
|
* Sync appliances
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://deee946d000cb5548acebb1cd7c1a1d3@o19455.ingest.us.sentry.io/38482"
|
DSN = "https://89ba0bf8d773c2c95518bfb696d6d86f@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.61.dev1"
|
__version__ = "2.2.61"
|
||||||
__version_info__ = (2, 2, 61, 99)
|
__version_info__ = (2, 2, 61, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user