Skip to content

Commit 731715f

Browse files
committed
Release v3.0.0rc2
1 parent fef7280 commit 731715f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

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

3+
## 3.0.0rc2 20/11/2024
4+
5+
* Remove maximum 64GB RAM limitation for QEMU VMs. Fixes #3658
6+
* Fix GUI connection to server.
7+
* Bring to front support for consoles on Linux.
8+
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
9+
* Do not include tokens in notification logs
10+
* Python 3.13 support
11+
12+
313
## 2.2.51 07/11/2024
414

515
* 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://c301a34e9441a539bf6a012a52d8a504@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://bdeaa5280541ff34eb9c533dec80ee53@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
def __init__(self):

gns3/version.py

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

26-
__version__ = "3.0.0rc1"
26+
__version__ = "3.0.0rc2"
2727
__version_info__ = (3, 0, 0, -99)
2828

2929
if "dev" in __version__:

0 commit comments

Comments
 (0)