Skip to content

Commit

Permalink
Release v2.2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Feb 26, 2024
1 parent ab05784 commit e8a7e80
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.2.46 26/02/2024

* Bundle web-ui v2.2.46
* Save empty directories when exporting a project
* Backport from v3: install Docker resources in a writable location at runtime.
* Use Docker API v1.24 to get version.
* Drop support for Python 3.6
* Address the telnet console bug.
* Update welcome.py
* Update remote-install.sh
* Use Python 3.8 to publish API doc
* Upgrade sentry-sdk, psutil and distro dependencies

## 2.2.45 12/01/2024

* Bundle web-ui v2.2.45
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://ffea69bec1b4f934d815234ea0046382@o19455.ingest.sentry.io/38482"
DSN = "https://535981c5fae1a87b7e8d993590c07c27@o19455.ingest.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.054d2e56a89c0b6f1b49.js

This file was deleted.

1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.383fdade2fd9dbccffbc.js

This file was deleted.

1 change: 0 additions & 1 deletion gns3server/static/web-ui/runtime.baa1121a4737aeb68bb7.js

This file was deleted.

4 changes: 2 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.46.dev1"
__version_info__ = (2, 2, 46, 99)
__version__ = "2.2.46"
__version_info__ = (2, 2, 46, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit e8a7e80

Please sign in to comment.