From a1496bffd4b2574416973c35211b3f410aba9da4 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 23 Jan 2019 15:22:26 +0800 Subject: [PATCH] Release 2.1.12 --- CHANGELOG | 8 ++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 5 ++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fb7a41b28..7166ecb33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.1.12 23/01/2019 + +* Option to resize SVG symbols that are too big (height above 80px, activated by default). Ref #2674. +* Update VMware banners and links. +* Allow users to refresh the template list in the nodes view panel. +* Fix Dynamips decompress doesn't work with relative images. Fixes #2648. +* Update download URL for "Check For Update". + ## 2.1.11 28/09/2018 * Handle deleted SIP objects. diff --git a/gns3/crash_report.py b/gns3/crash_report.py index e63b14aee..bc37d0619 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -51,7 +51,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://218782d6946c44e1875fbccc43cc2795:851f8e1b17b745d288e1b01388afcc1b@sentry.io/38506" + DSN = "https://b4bdc4b7e46f4820a5d4d18b29acd67c:0af433313e464920b31e2c618ab9580d@sentry.io/38506" if hasattr(sys, "frozen"): cacert = get_resource("cacert.pem") if cacert is not None and os.path.isfile(cacert): diff --git a/gns3/version.py b/gns3/version.py index 4d9b0bd16..4e500d8cf 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -23,9 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.1.12dev1" -__version_info__ = (2, 1, 12, 99) - +__version__ = "2.1.12" +__version_info__ = (2, 1, 12, 0) # If it's a git checkout try to add the commit if "dev" in __version__: try: