Skip to content

Commit

Permalink
Release v2.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Dec 4, 2020
1 parent 1f8ebeb commit 376cc29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.17 04/12/2020

* Remove "-nographic" option by default for Qemu VM. Fixes #3094
* Fix app cannot start on macOS Big Sur. Ref #3037
* Require confirmation before stopping all devices.

## 2.2.16 05/11/2020

* Fix packets capture stops after some time. Fixes #3067
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://7327ec4a849d436dba47b2fea9e2420e:efa92865e9534a22afab21a47692de8e@o19455.ingest.sentry.io/38506"
DSN = "https://32b3e599a2ea4172817ee1800d60bb42:a4e8b89f01124ce0b0508d59fdec690a@o19455.ingest.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.17dev1"
__version_info__ = (2, 2, 17, 99)
__version__ = "2.2.17"
__version_info__ = (2, 2, 17, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 376cc29

Please sign in to comment.