Skip to content

Commit f0e5cd2

Browse files
committed
Release v2.2.16
1 parent f59ef63 commit f0e5cd2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2.2.16 05/11/2020
4+
5+
* Fix packets capture stops after some time. Fixes #3067
6+
* Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069
7+
38
## 2.2.15 07/10/2020
49

510
* Fix custom symbol not sent to remote controller when installing appliance

gns3/crash_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CrashReport:
5151
Report crash to a third party service
5252
"""
5353

54-
DSN = "https://5120f215040a4d0f8fea454f6baea6a4:3d447073ba874997a4f755ccdfd0f8ed@o19455.ingest.sentry.io/38506"
54+
DSN = "https://7327ec4a849d436dba47b2fea9e2420e:efa92865e9534a22afab21a47692de8e@o19455.ingest.sentry.io/38506"
5555
_instance = None
5656

5757
def __init__(self):

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
2525

26-
__version__ = "2.2.16dev1"
27-
__version_info__ = (2, 2, 16, 99)
26+
__version__ = "2.2.16"
27+
__version_info__ = (2, 2, 16, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)