mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-30 18:01:06 +00:00
Release v2.2.16
This commit is contained in:
parent
1748250179
commit
0e95e7e023
11
CHANGELOG
11
CHANGELOG
@ -1,5 +1,16 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.16 05/11/2020
|
||||||
|
|
||||||
|
* Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069
|
||||||
|
* Release Web UI version 2.2.16
|
||||||
|
* Fix wrong defaults for images_path, configs_path, appliances_path. Fixes #1829
|
||||||
|
* Use EnvironmentFile for Systemd service. Ref https://github.com/GNS3/gns3-gui/issues/3048
|
||||||
|
* Fix SSL support for controller and local compute. Fixes #1826
|
||||||
|
* Prevent WIC to be added/removed while Dynamips router is running. Fixes https://github.com/GNS3/gns3-gui/issues/3082
|
||||||
|
* Fix bug with application id allocation for IOU nodes. Fixes #3079
|
||||||
|
* Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
|
||||||
|
|
||||||
## 2.2.15 07/10/2020
|
## 2.2.15 07/10/2020
|
||||||
|
|
||||||
* Fix symbol retrieval issue. Ref #1824
|
* Fix symbol retrieval issue. Ref #1824
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://c0b6ce011d024391831923745a47c33f:459ea5884d3944f092b02e4183cb6d52@o19455.ingest.sentry.io/38482"
|
DSN = "https://026410fd151843438d078e604f2e4455:1792bf69988342c7b44f8a69ae0cad6f@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.16dev1"
|
__version__ = "2.2.16"
|
||||||
__version_info__ = (2, 2, 16, 99)
|
__version_info__ = (2, 2, 16, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user