mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Release v3.0.0a5
This commit is contained in:
parent
ac11c984cb
commit
399e925f2e
11
CHANGELOG
11
CHANGELOG
@ -1,5 +1,16 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 3.0.0a5 27/10/2023
|
||||||
|
|
||||||
|
* Bundle web-ui v3.0.0a5
|
||||||
|
* Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters
|
||||||
|
* Python 3.12 support
|
||||||
|
* Add igb Qemu adapter
|
||||||
|
* Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298
|
||||||
|
* Drop support for Python 3.7 and upgrade dependencies
|
||||||
|
* Fix compute authentication for websocket endpoints
|
||||||
|
* Add Qemu IGB network device
|
||||||
|
|
||||||
## 3.0.0a4 18/10/2023
|
## 3.0.0a4 18/10/2023
|
||||||
|
|
||||||
* Bundle web-ui v3.0.0a4
|
* Bundle web-ui v3.0.0a4
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://c6696321127aaa1b5bfd332536eb3676@o19455.ingest.sentry.io/38482"
|
DSN = "https://803d7abaf0e865096421affb70ee9368@o19455.ingest.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
File diff suppressed because one or more lines are too long
@ -22,8 +22,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__ = "3.0.0.dev9"
|
__version__ = "3.0.0a5"
|
||||||
__version_info__ = (3, 0, 0, 99)
|
__version_info__ = (3, 0, 0, -99)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user