mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Merge branch '2.0' into 2.1
This commit is contained in:
commit
c231e2bbf1
33
CHANGELOG
33
CHANGELOG
@ -1,5 +1,38 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.0.1 16/05/2017
|
||||||
|
|
||||||
|
* Handle HTTP 504 errors from compute node
|
||||||
|
* When connecting to a compute node ask for qemu images list
|
||||||
|
* When importing portable project NAT node is loaded on GNS3 VM
|
||||||
|
* Fix port numbering for Wic slot 1 & 2
|
||||||
|
* Fixes issue with connections when loading an ATM switch.
|
||||||
|
* Fixes ATM mapping.
|
||||||
|
* Fixes Frame-relay VC mapping.
|
||||||
|
* Fix export project is looking into the wrong directory
|
||||||
|
* Fix a race condition in logging when ubridge exit fast
|
||||||
|
* Fix conversion issue with old topology with C3640
|
||||||
|
* Fix error when you have a directory in your symbols directory
|
||||||
|
* Catch VMWare errors when getting status after GNS3 VM start
|
||||||
|
* Make sure upstart LANG is utf8
|
||||||
|
* Always install typing module (compat with python 3.4 on ubuntu)
|
||||||
|
* Fix KeyError: 'filename'
|
||||||
|
* Catch missing function listxattr on some Linux host.
|
||||||
|
* Sort image list
|
||||||
|
* Handle a race condition at project closing
|
||||||
|
* Fix unicode error when reading ios configuration
|
||||||
|
* Fix AttributeError: 'NoneType' object has no attribute 'send'
|
||||||
|
* Fix a conversion issue with some 1.3 topologies
|
||||||
|
* Fix an error with ethernetswitch when ethertype is null
|
||||||
|
* Raise an error if we can't create the dynamips configuration directory
|
||||||
|
* Catch timeout error when loading virtualbox VM
|
||||||
|
* Handle broken compute at server startup
|
||||||
|
* Catch error when we can't backup the topology
|
||||||
|
* Catch error when writting the topology file on read only device
|
||||||
|
* Catch a race condition in VirtualBox when editing and linking
|
||||||
|
* Fix a race condition when editing a qemu vm and connecting it
|
||||||
|
* Docker aux console is a VT100 terminal
|
||||||
|
|
||||||
## 2.0.0 02/05/2017
|
## 2.0.0 02/05/2017
|
||||||
|
|
||||||
* Fix connection to websocket with last docker release
|
* Fix connection to websocket with last docker release
|
||||||
|
@ -54,7 +54,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "sync+https://fd4397dee2e145da9227af29df24ded1:61a0e2c9b9f64204bb8ef7ac17b98e3e@sentry.io/38482"
|
DSN = "sync+https://9b1156a90ee943eba20e032cf007297d:024b75c7b11844a58df147a4fb059774@sentry.io/38482"
|
||||||
if hasattr(sys, "frozen"):
|
if hasattr(sys, "frozen"):
|
||||||
cacert = get_resource("cacert.pem")
|
cacert = get_resource("cacert.pem")
|
||||||
if cacert is not None and os.path.isfile(cacert):
|
if cacert is not None and os.path.isfile(cacert):
|
||||||
|
Loading…
Reference in New Issue
Block a user