From c213cae500ec04bbee5b9916305a310d687286b1 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 16 Feb 2021 19:09:46 +1030 Subject: [PATCH] Release v2.2.18 --- CHANGELOG | 20 ++++++++++++++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b2c6f221..e2d4cdd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,25 @@ # Change Log +## 2.2.18 16/02/2021 + +* SIGHUP: remove projects with an empty project directory. +* Release Web UI 2.2.18 +* Catch OSError exception in psutil. Fixes https://github.com/GNS3/gns3-gui/issues/3127 +* Expose 'auto_open' and 'auto_start' properties in API when creating project. Fixes https://github.com/GNS3/gns3-gui/issues/3119 +* Add mtools package information. Ref https://github.com/GNS3/gns3-gui/issues/3076 +* Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes https://github.com/GNS3/gns3-gui/issues/3101 +* Fix bug when starting of vpcs stopped with "quit". Fixes https://github.com/GNS3/gns3-gui/issues/3110 +* Fix WinError 0 handling +* Stop uBridge if VPCS node has been terminated. Ref https://github.com/GNS3/gns3-gui/issues/3110 +* Allow cloned QEMU disk images to be resized before the node starts, by cloning the disk image in response to a resize request instead of waiting until the node starts. +* Fix(readme): update python version from 3.5.3 to 3.6 +* Use HDD disk image as startup QEMU config disk +* Create config disk property false by default for Qemu templates +* Set default disk interface type to "none". +* Add explicit option to automatically create or not the config disk. Off by default. +* QEMU config disk support + + ## 2.2.17 04/12/2020 * Close and remove projects deleted from disks after SIGHUP signal is received. diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index bf29edc3..7e8bff5a 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://8c30fa3843ab4cdc977e4710cefac0b1:212efa491b1b459f87a0242cb2598e0c@o19455.ingest.sentry.io/38482" + DSN = "https://741e8d41a14c49be8c511c4c73bbbb78:55b37fa1ed5c4c11bc736ed4ac590945@o19455.ingest.sentry.io/38482" _instance = None def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index 4064b576..f3a9081b 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.18dev2" -__version_info__ = (2, 2, 18, 99) +__version__ = "2.2.18" +__version_info__ = (2, 2, 18, 0) if "dev" in __version__: try: