mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
2.0.0a4
This commit is contained in:
29
CHANGELOG
29
CHANGELOG
@@ -1,5 +1,34 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.0 alpha 4 24/11/2016
|
||||
* Mark preferences changes when you change a QPlainTextEdit
|
||||
* Force the VPCS config initial file
|
||||
* Replace the IOU licence path by an input text
|
||||
* Fix 403 when loading a remote project
|
||||
* Fix some possible server not starting on Windows
|
||||
* Hide the connection refused dialog when we success to reconnect
|
||||
* Avoid a rare crash when changing topology
|
||||
* When loading another project disconnect from current project
|
||||
* Do not crash if we can't list remote list of GNS3 VM engines
|
||||
* Init the VPCS base config
|
||||
* Fix invalid ressource path on OSX
|
||||
* Fix segfault when deleting a node
|
||||
* Do not download multiple time the same symbol
|
||||
* Kill tail process when capture stop
|
||||
* Fix Topology summary contain non existing links
|
||||
* Fix a rare crash when deleting a link
|
||||
* Fix export of debug informations when not connected to the controller
|
||||
* Fix AttributeError: 'DockerVM' object has no attribute 'server'
|
||||
* Fix error message if you double click on builtin switch
|
||||
* Fix a rare crash in packet capture
|
||||
* Restrict ubridge to admin users on OSX
|
||||
* Natural sort of Nodes in topology summary
|
||||
* Drop serial console type
|
||||
* Display an error if you try to open a 0.8.x file
|
||||
* Fix tab order when editing a compute
|
||||
* Fix a crash in ethernet switch settings
|
||||
* Dissallow unknown extensions
|
||||
|
||||
## 2.0.0 alpha 3 28/10/2016
|
||||
* Fix error when opening a project from the cli with a gns3 installed via setup.py
|
||||
* Fix a rare crash in snapshot dialog
|
||||
|
||||
@@ -51,7 +51,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "sync+https://c6896702d14c4a47a984f60c17027dc1:49a49cb7f4a44ab6b9b2b8696a91f823@sentry.io/38506"
|
||||
DSN = "sync+https://72481d1c13394881b88cde460412b68c:438283b9f7ff4361a22b1f9fc38112a1@sentry.io/38506"
|
||||
if hasattr(sys, "frozen"):
|
||||
cacert = get_resource("cacert.pem")
|
||||
if cacert is not None and os.path.isfile(cacert):
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
# __version__ is a human-readable version number.
|
||||
__version__ = "2.0.0dev4"
|
||||
__version__ = "2.0.0a4"
|
||||
|
||||
"""__version_info__ is a four-tuple for programmatic comparison. The first
|
||||
three numbers are the components of the version number. The fourth
|
||||
|
||||
Reference in New Issue
Block a user