mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
2.0.0 beta 2
This commit is contained in:
26
CHANGELOG
26
CHANGELOG
@@ -1,5 +1,31 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.0 beta 2 20/12/2016
|
||||
|
||||
* AUX console button text change in MainWindow.
|
||||
* Fix GNS3 Client not connecting to remote controller
|
||||
* Delete from project list deleted projects
|
||||
* Keep a shared list of projects internally
|
||||
* Fix recent files in new project dialog
|
||||
* Move recent projects to the file menu
|
||||
* Fix Tail process for wireshark trace not killed when we change project
|
||||
* Move project menu items. Ref #1713.
|
||||
* Display recent files for local controller, recent project for remote controller
|
||||
* Do not display the remote server if the server is use as a GNS3 VM
|
||||
* If the notification stream is stopped by something we auto reconnect
|
||||
* Ignore system proxy to avoid trouble with "Security Suites"
|
||||
* Avoid close and delete a project at the same time
|
||||
* Alpha sort of servers summaries
|
||||
* Fix new remote server doesn't show up in compute summary
|
||||
* Fix interface number for Switch & Hub templates
|
||||
* Fix sync of node alignements with the server
|
||||
* Fix rare condition when you close a project and add a node
|
||||
* Options -q for quiet startup
|
||||
* Fix an error when apply permission on OSX
|
||||
* Support Qemu cpus in GNS3A
|
||||
* Support for BIOS images
|
||||
* Fix IdlePC can't be found during setup wizard
|
||||
|
||||
## 2.0.0 beta 1 07/12/2016
|
||||
|
||||
* Use osascript on OSX for asking admin permission
|
||||
|
||||
@@ -51,7 +51,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "sync+https://1ef574cf96ad4a99829ffeff98e183f8:1a3c40eb73d84fc39e31e729d937aa63@sentry.io/38506"
|
||||
DSN = "sync+https://fe92a87122904a05a846470c3f2557ff:d59b5e4980c8481d8c9fb90cf3516c7d@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.0dev6"
|
||||
__version__ = "2.0.0b2"
|
||||
|
||||
"""__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