Skip to content

Commit 804b871

Browse files
committed
Release v2.2.52
1 parent c604ff7 commit 804b871

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

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

3+
## 2.2.52 02/12/2024
4+
5+
* Add iol extension filter. Ref #3664
6+
* Remove maximum 64GB RAM limitation for QEMU VMs. Fixes #3658
7+
* Bring to front support for consoles on Linux.
8+
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
9+
310
## 2.2.51 07/11/2024
411

512
* Python 3.13 support

gns3/crash_report.py

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

53-
DSN = "https://1d34173f3470d2bd89c355deccbc9c40@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://8a3db3ada69cd1c9817eafd87b400846@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
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.52.dev1"
27-
__version_info__ = (2, 2, 52, 99)
26+
__version__ = "2.2.52"
27+
__version_info__ = (2, 2, 52, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)