From 0e95e7e0238f70c7461c4275db59b2d7e7c36961 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 5 Nov 2020 15:38:19 +1030 Subject: [PATCH] Release v2.2.16 --- CHANGELOG | 11 +++++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 83c9c7ba..8d36c701 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ # 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 * Fix symbol retrieval issue. Ref #1824 diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index 786177bc..84c8f96a 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -58,7 +58,7 @@ class CrashReport: 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 def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index a9f62ac1..4c0ac41a 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.16dev1" -__version_info__ = (2, 2, 16, 99) +__version__ = "2.2.16" +__version_info__ = (2, 2, 16, 0) if "dev" in __version__: try: