From c0c8151480017d14f7e317042259cf98a019dab0 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 4 Jun 2020 18:39:27 +0930 Subject: [PATCH] Release v2.2.9 --- CHANGELOG | 16 ++++++++++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9cd3b576..1524abcd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ # Change Log +## 2.2.9 04/06/2020 + +* Release Web-Ui version 2020.2.0-beta.4 +* Support to activate/deactive network connection state replication in Qemu. +* Possible fix for problem connecting to the GNS3 VM. Ref https://github.com/GNS3/gns3-gui/issues/2969 #1760 +* Option to reset or not all MAC addresses when exporting or duplicating a project. +* Fix bug when changing properties for closed project. Fixes #1754 +* Fix issues with crash reporting & bump version to 2.2.9dev2. Ref https://github.com/GNS3/gns3-server/issues/1758 +* Lock listing VMs. Ref #1755 +* Try to fix error when listing Hyper-V VMs. Ref #1755 +* Catch VirtualBox errors when listing VMs. Fixes #1759 +* Deprecate running with Python 3.5 +* aiocontextvars is only necessary for Python < 3.7 +* Replace Raven by Sentry SDK. Fixes https://github.com/GNS3/gns3-server/issues/1758 +* Require setuptools>=17.1 in setup.py. Ref https://github.com/GNS3/gns3-server/issues/1751 This is to support environmental markers. https://github.com/pypa/setuptools/blob/master/CHANGES.rst#171 + ## 2.2.8 07/05/2020 * Release Web-Ui 2020.2.0-beta.3 diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index 6cb32478..9596cf28 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://dbfb677c73304b1286aef33dfbb749c6:93b9a937d4884426a1b15f37536fcd94@o19455.ingest.sentry.io/38482" + DSN = "https://bc5e20f335f3445ea297aa0049f2acd8:13e6c221d8f5480e9f04ce5a132ea926@o19455.ingest.sentry.io/38482" _instance = None def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index 745edcdc..5d418514 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.9dev2" -__version_info__ = (2, 2, 9, 99) +__version__ = "2.2.9" +__version_info__ = (2, 2, 9, 0) if "dev" in __version__: try: