From 1f87d8222b8fd4bc7df9bf2f482bdcd79d1c490a Mon Sep 17 00:00:00 2001 From: ziajka Date: Tue, 5 Sep 2017 08:38:42 +0200 Subject: [PATCH] Release 2.1.0 beta 2 --- CHANGELOG | 13 +++++++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 3 +-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9775c2a1..3dd5093f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ # Change Log +## 2.1.0b2 05/09/2017 + +* Round-robin nodes across all available compute resources. Fixes #1165. +* Try to improve error reporting when streaming a PCAP file. Ref #2235. +* Use Npcap DLL on Windows when checking for uBridge version. +* Fixes running switch console inside PyCharm terminal (Ref. #1172) +* Load meta of the project on loading time (Fixes #2225) +* Added checking if NIO exists (Fixes #1160) +* Fixes NAT node not working on Windows (#1163) +* Fixes loading project when link_id is not set (#1159) +* Return platform value on appliances list (Fixes #2211) +* Fixes not known category in Appliances (Fixes #1156) + ## 2.1.0b1 04/08/2017 * Sync appliances diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index 132826c5..dc639ad8 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -57,7 +57,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "sync+https://3bc420f078ca4829ac3684d24a959705:32657f8bcf3444e1b3aa0845f9f73959@sentry.io/38482" + DSN = "sync+https://813fc16ef4624d1da49210217a19c8aa:732b290d64214e9c99a75336bf96d3fe@sentry.io/38482" if hasattr(sys, "frozen"): cacert = get_resource("cacert.pem") if cacert is not None and os.path.isfile(cacert): diff --git a/gns3server/version.py b/gns3server/version.py index 845f33cf..f3b18ed0 100644 --- a/gns3server/version.py +++ b/gns3server/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.0dev4" +__version__ = "2.1.0b2" __version_info__ = (2, 1, 0, -99) - # If it's a git checkout try to add the commit if "dev" in __version__: try: