mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-22 09:23:48 +02:00
Release v2.2.53
This commit is contained in:
parent
7b7d3d676f
commit
369fcaa512
12
CHANGELOG
12
CHANGELOG
@ -1,9 +1,19 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.53 21/01/2025
|
||||||
|
|
||||||
|
* Bundle web-ui v2.2.53
|
||||||
|
* Add more information when patching .vbox file. Ref https://github.com/GNS3/gns3-gui/issues/3542
|
||||||
|
* Increase timeout to run compute HTTP queries. Fixes #2461
|
||||||
|
* Use 'allow_methods="*"' in aiohttp_cors.ResourceOptions(). Fixes #2459
|
||||||
|
* Upgrade dependencies
|
||||||
|
* Update remote-install.sh to support a custom repository and the deb822 source format
|
||||||
|
* Fix: do not use the iourc file if IOU licence check is not enabled
|
||||||
|
|
||||||
|
|
||||||
## 2.2.52 02/12/2024
|
## 2.2.52 02/12/2024
|
||||||
|
|
||||||
* Bundle web-ui v2.2.52
|
* Bundle web-ui v2.2.52
|
||||||
* Sync appliances
|
|
||||||
* Remove restrictions based on file extension when listing images and fix ELF header checks
|
* Remove restrictions based on file extension when listing images and fix ELF header checks
|
||||||
* Fix use project name instead of ID for fast duplication when running local server. Fixes #2446
|
* Fix use project name instead of ID for fast duplication when running local server. Fixes #2446
|
||||||
* Overwrite user resources when the originals have changed.
|
* Overwrite user resources when the originals have changed.
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://b2ea85d65646be3f56aebf2458337918@o19455.ingest.us.sentry.io/38482"
|
DSN = "https://98c55f74bc61432b375d3eb392af9f7d@o19455.ingest.us.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
File diff suppressed because one or more lines are too long
@ -23,8 +23,8 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.2.53.dev1"
|
__version__ = "2.2.53"
|
||||||
__version_info__ = (2, 2, 53, 99)
|
__version_info__ = (2, 2, 53, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user