mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-12 17:10:55 +00:00
2.0.0 alpha 1
This commit is contained in:
parent
f6b34e2434
commit
6ac595a38c
34
CHANGELOG
34
CHANGELOG
@ -1,5 +1,39 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.0.0 alpha 1 29/09/2016
|
||||||
|
* Save as you go
|
||||||
|
* Smart packet capture
|
||||||
|
* Capture on any link between any node
|
||||||
|
* Select where to run a VPCS node
|
||||||
|
* Delete a project from the GUI
|
||||||
|
* Project options
|
||||||
|
* The cloud is a real node
|
||||||
|
* Cloud templates
|
||||||
|
* New cloud interface
|
||||||
|
* VPCS / Ethernet Switch / Ethernet Hub templates
|
||||||
|
* Search OS images in multiple locations
|
||||||
|
* Periodic extraction of startup configs for Dynamips and IOU
|
||||||
|
* Custom cloud, Ethernet hub and Ethernet switch templates
|
||||||
|
* Snap to grid for all objects
|
||||||
|
* Synchronize the node templates when using multiple GUI
|
||||||
|
* Link label style
|
||||||
|
* New place holders in command line for opening consoles
|
||||||
|
* %i will be replaced by the project UUID
|
||||||
|
* %c will be replaced by the connection string
|
||||||
|
* Export a portable project from multiple remote servers
|
||||||
|
* New save as
|
||||||
|
* Snapshots with remote servers
|
||||||
|
* Better start / stop / suspend all nodes
|
||||||
|
* Edit config
|
||||||
|
* NAT node
|
||||||
|
* Support for colorblind users
|
||||||
|
* Support for non local server
|
||||||
|
* Support for profiles
|
||||||
|
* Suspend the GNS3VM when closing GNS3
|
||||||
|
* Edit the scene size
|
||||||
|
* New API
|
||||||
|
|
||||||
|
|
||||||
## 1.5.2 18/08/2016
|
## 1.5.2 18/08/2016
|
||||||
|
|
||||||
* Move utils.vmnet to gns3 namespace
|
* Move utils.vmnet to gns3 namespace
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.0.0dev1"
|
__version__ = "2.0.0a1"
|
||||||
__version_info__ = (2, 0, 0, -99)
|
__version_info__ = (2, 0, 0, -99)
|
||||||
|
Loading…
Reference in New Issue
Block a user