Skip to content

Commit

Permalink
Release v2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 28, 2018
1 parent 0216bc8 commit cbfd594
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.1.11 28/09/2018

* Handle deleted SIP objects.
* Update paths for UltraVNC and VirtViewer.
* Indicate if Solar-PuTTY is included or not. Fixes #2595
* Fix bad link to installation instructions in README.rst. Fixes #2590
* Downgrade to Qt 5.9. Fixes #2592.

## 2.1.10 15/09/2018

* Fix small errors like unhandled exceptions etc.
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://10a7750cf6724d1eb4c89da05ac04633:a901de38e810429bb08ac032f78c8ebd@sentry.io/38506"
DSN = "https://218782d6946c44e1875fbccc43cc2795:851f8e1b17b745d288e1b01388afcc1b@sentry.io/38506"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.1.11dev1"
__version_info__ = (2, 1, 11, 99)
__version__ = "2.1.11"
__version_info__ = (2, 1, 11, 0)

# If it's a git checkout try to add the commit
if "dev" in __version__:
Expand Down

0 comments on commit cbfd594

Please sign in to comment.