Skip to content

Commit 6e8e076

Browse files
committed
Release v2.2.48
1 parent eaa18ad commit 6e8e076

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.2.48 08/07/2024
4+
5+
* Bundle web-ui v2.2.48
6+
* Add 'install_builtin_appliances' and 'resources_path' settings in the server config
7+
* Option to keep the compute IDs unchanged when exporting a project
8+
* Forbid unsafe Qemu additional options
9+
* Fix error when snapshot exists with an underscore in the name
10+
* Upgrade sentry-sdk, psutil and aiofiles packages
11+
* Fix check for IPv6 enabled on host
12+
313
## 2.2.47 15/05/2024
414

515
* Fix update-bundled-web-ui.sh script

gns3server/crash_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CrashReport:
5757
Report crash to a third party service
5858
"""
5959

60-
DSN = "https://ec32b24c329df619c8b9b1c58cfedcdb@o19455.ingest.us.sentry.io/38482"
60+
DSN = "https://3fb84d1ee07fa46b3638825e30cb8f05@o19455.ingest.us.sentry.io/38482"
6161
_instance = None
6262

6363
def __init__(self):

gns3server/static/web-ui/main.0e7dc9152b2aa567227c.js

-1
This file was deleted.

gns3server/version.py

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

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)