mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Release v2.2.10
This commit is contained in:
parent
13a6b4fe55
commit
9a9e54c523
14
CHANGELOG
14
CHANGELOG
@ -1,5 +1,19 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.10 18/06/2020
|
||||
|
||||
* Add pytest-aiohttp to tests_require in setup.py
|
||||
* Don't require hardware acceleration. Fixes #1780
|
||||
* Release Web-Ui version 2020.2.0-beta.5
|
||||
* Tests can be run with Python 3.8
|
||||
* Wait longer for x11 socket file to be created. Ref #1761
|
||||
* Allow Hyper-V to run on AMD when Windows 10 build 19640 or later is detected. Fixes #1777
|
||||
* Show error message if IPv6 is not enabled when using SPICE console. Fixes #1772
|
||||
* Move jsonschema 2.6.0 requirement in build repository.
|
||||
* Only use jsonschema 2.6.0 on Windows and macOS.
|
||||
* Disable default integrations for sentry sdk.
|
||||
* Remove unused bytes2human function.
|
||||
|
||||
## 2.2.9 04/06/2020
|
||||
|
||||
* Release Web-Ui version 2020.2.0-beta.4
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://bc5e20f335f3445ea297aa0049f2acd8:13e6c221d8f5480e9f04ce5a132ea926@o19455.ingest.sentry.io/38482"
|
||||
DSN = "https://d4a76fe0441b47c28b19b66ce6d1c7c0:129a91b7ae0e4ec6acba1cccb61b97f3@o19455.ingest.sentry.io/38482"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.10dev1"
|
||||
__version_info__ = (2, 2, 10, 99)
|
||||
__version__ = "2.2.10"
|
||||
__version_info__ = (2, 2, 10, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user