From 2c08166510535525df7f06aa76366c3c8c319ad6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 7 Aug 2020 19:27:32 +0930 Subject: [PATCH] Release v2.2.12 --- CHANGELOG | 8 ++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f30b2eff..1facdba4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.2.12 07/08/2020 + +* Release Web-Ui version 2020.3.0-beta.2 +* Catch exception when psutil returns OSError +* Downgrade psutil to version 5.6.7 +* Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909 +* Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes https://github.com/GNS3/gns3-gui/issues/3018 + ## 2.2.11 09/07/2020 * Fix crash when project sets 'auto_open' option and a remote GNS3 VM is used. Fixes https://github.com/GNS3/gns3-gui/issues/3014 diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index d28843d0..f670f51a 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://3f77c7ac33f2402789343e34f0913c0b:11621d9855cb4b92becc111cbb63ccfb@o19455.ingest.sentry.io/38482" + DSN = "https://464a18a662fa482bad15b5ea0c899d5d:cef46213853149e7b6633019302e6bfd@o19455.ingest.sentry.io/38482" _instance = None def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index 222a84ca..5d8b4d9c 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.12dev1" -__version_info__ = (2, 2, 12, 99) +__version__ = "2.2.12" +__version_info__ = (2, 2, 12, 0) if "dev" in __version__: try: