Skip to content

Commit 2530bf9

Browse files
committed
Release v2.2.9
1 parent 9892fd0 commit 2530bf9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG

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

3+
## 2.2.9 04/06/2020
4+
5+
* Fix GUI doesn't detect another GUI on macOS. Fixes #2994
6+
* Support to activate/deactive network connection state replication in Qemu.
7+
* Option to reset or not all MAC addresses when exporting or duplicating a project.
8+
* Fix Multi-device selection/deselection not working as expected with right click. Fixes #2986
9+
* Replace Raven by Sentry SDK. Fixes https://github.com/GNS3/gns3-server/issues/1758
10+
* Fix online help menu URL. Fixes #2984
11+
* 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
12+
* Update README. Ref https://github.com/GNS3/gns3-server/issues/1719
13+
* Restore editReadme attribute which was removed in Change 'New export project wizard'
14+
* Updated GUI pyqt files from Tab Order 'fixes' in "Tab Order in Preferences and Project Dialog #2872"
15+
316
## 2.2.8 07/05/2020
417

518
* Default port set to 80 for server running in the GNS3 VM. Fixes #1737

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://1a584cd17857429aaabb6f72686f3465:b3363c8eaccd43b2918032fa11c09a46@o19455.ingest.sentry.io/38506"
54+
DSN = "https://1a54ce2e5db84c5caa3bd1ad9ab5dd37:6fc7b3f8deca4a1ebf2f551b310e9b3f@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.9dev2"
27-
__version_info__ = (2, 2, 9, 99)
26+
__version__ = "2.2.9"
27+
__version_info__ = (2, 2, 9, 0)
2828

2929
# If it's a git checkout try to add the commit
3030
if "dev" in __version__:

0 commit comments

Comments
 (0)