mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.2.2
This commit is contained in:
parent
f154ebeee9
commit
3245450e67
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.2 04/11/2019
|
||||
|
||||
* Release 2019.2.0-alpha.10
|
||||
* Fix how PCI bridges are created for Qemu VMs with greater than 32 interfaces.
|
||||
* Fix broken support for cloned VirtualBox VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2889
|
||||
* Handle builtin entry does not exist when adding node from template (new fix).
|
||||
* Let systemd directly supervises the GNS3 service. Fixes #1678
|
||||
|
||||
## 2.2.1 01/11/2019
|
||||
|
||||
* Handle builtin entry does not exist when adding node from template.
|
||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://dcf650c50d2a4ef5b5274f67aded3138:566ec0a0b75646c2bcb23245457b6aba@sentry.io/38482"
|
||||
DSN = "https://8f93221a80eb4989bf0049270a2520e2:fcbe3d429cea43f9a863be198ac23c61@sentry.io/38482"
|
||||
if hasattr(sys, "frozen"):
|
||||
cacert = get_resource("cacert.pem")
|
||||
if cacert is not None and os.path.isfile(cacert):
|
||||
|
@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.2dev1"
|
||||
__version_info__ = (2, 2, 2, 99)
|
||||
__version__ = "2.2.2"
|
||||
__version_info__ = (2, 2, 2, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user