Skip to content

Commit

Permalink
Release v2.1.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
ziajka committed Nov 7, 2017
1 parent 90f80b9 commit f4df3ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.1.0rc4 07/11/2017

* Accurate upload progress dialogs for large files
* Disable direct file upload on default
* Add registry version 5
* Direct file upload enabled on default
* Progress Dialog: don't count finished queries done in background
* Add debug messages to file upload
* Image Upload Manager for uploading
* Fix race condition on NodesDockWidget, fixes: #2304
* Do not write an error message when importing non existing config from a directory. Fixes #2296.
* Fix bug when replacing Telnet path on OSX. Ref #2274.
* Back to development on 2.1.0rc3

## 2.1.0rc3 19/10/2017

* Add debug when using Telnet path on OSX. Ref #2274.
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 = "sync+https://39979efbbc564f2b842d5bf0da587772:78e5795d246a4886bf7317752bb6196d@sentry.io/38506"
DSN = "sync+https://8800dbfe0205408a94fc94243df64fb8:a5d3c900340f4605830d1f1379f56558@sentry.io/38506"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):
Expand Down
2 changes: 1 addition & 1 deletion gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


__version__ = "2.1.0dev9"
__version__ = "2.1.0rc4"
__version_info__ = (2, 1, 0, -99)

# If it's a git checkout try to add the commit
Expand Down

0 comments on commit f4df3ff

Please sign in to comment.