mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Release 2.1.0
This commit is contained in:
parent
009677f019
commit
c2684f056c
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.1.0 09/11/2017
|
||||||
|
|
||||||
|
* Fix typo in vcpus on VirtualBoxVM, fixes: #1213
|
||||||
|
|
||||||
## 2.1.0rc4 07/11/2017
|
## 2.1.0rc4 07/11/2017
|
||||||
|
|
||||||
* Fix GNS3VM vCPUs control on VMware, fixes: #2324
|
* Fix GNS3VM vCPUs control on VMware, fixes: #2324
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "sync+https://6ed2984ae7e04e809b88c592394df2b4:fc70dd7733fc427eacdb9c3ef185a1a2@sentry.io/38482"
|
DSN = "sync+https://6ea2fd77178749dea96d725eb4b1b4d1:307d5441e2d7405fa0bd668042392b02@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):
|
||||||
|
@ -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.1.0dev10"
|
__version__ = "2.1.0"
|
||||||
__version_info__ = (2, 1, 0, -99)
|
__version_info__ = (2, 1, 0, 0)
|
||||||
|
|
||||||
# If it's a git checkout try to add the commit
|
# If it's a git checkout try to add the commit
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
|
Loading…
Reference in New Issue
Block a user