mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Release v2.1.21
This commit is contained in:
parent
2476581dca
commit
cb1f73e9a2
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.1.21 14/06/2019
|
||||||
|
|
||||||
|
* Change uBridge debug level to '1' when debugging is enabled. Fixes #1598
|
||||||
|
|
||||||
## 2.1.20 29/05/2019
|
## 2.1.20 29/05/2019
|
||||||
|
|
||||||
* Ignore Unicode errors when reading base config file contents.
|
* Ignore Unicode errors when reading base config file contents.
|
||||||
|
@ -57,7 +57,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://7906a5d6a7d74311a065c18376ccbcd6:2ac5bbbc01a74192a8059a8f350d4efe@sentry.io/38482"
|
DSN = "https://d3a7fc2e40154fa1935e0def7d9b97d6:2cacd4ef1aea4077ace2d071c4b5f4d6@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.21dev1"
|
__version__ = "2.1.21"
|
||||||
__version_info__ = (2, 1, 21, 99)
|
__version_info__ = (2, 1, 21, 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