mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Release v2.2.11
This commit is contained in:
parent
f08f7702d1
commit
c4d2422fe2
@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.11 09/07/2020
|
||||||
|
|
||||||
|
* Fix crash when project sets 'auto_open' option and a remote GNS3 VM is used. Fixes https://github.com/GNS3/gns3-gui/issues/3014
|
||||||
|
* Fix Dynamips ghost image support when project contains a space. Fixes #3015
|
||||||
|
* Release Web-Ui version 2020.3.0-beta.1
|
||||||
|
* Fix issue when cannot skip slots for Dynamips routers. Fixes https://github.com/GNS3/gns3-gui/issues/3000
|
||||||
|
* Allow tests to be run by root. Fixes #1784
|
||||||
|
* Update classifiers in setup.py
|
||||||
|
|
||||||
## 2.2.10 18/06/2020
|
## 2.2.10 18/06/2020
|
||||||
|
|
||||||
* Add pytest-aiohttp to tests_require in setup.py
|
* Add pytest-aiohttp to tests_require in setup.py
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://d4a76fe0441b47c28b19b66ce6d1c7c0:129a91b7ae0e4ec6acba1cccb61b97f3@o19455.ingest.sentry.io/38482"
|
DSN = "https://3f77c7ac33f2402789343e34f0913c0b:11621d9855cb4b92becc111cbb63ccfb@o19455.ingest.sentry.io/38482"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -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.11dev1"
|
__version__ = "2.2.11"
|
||||||
__version_info__ = (2, 2, 11, 99)
|
__version_info__ = (2, 2, 11, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user