mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Bump version and CHANGELOG
This commit is contained in:
13
CHANGELOG
13
CHANGELOG
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.0rc1 19/03/2015
|
||||
|
||||
* Handle legacy snapshots
|
||||
* Add server informations for Qemu, VirtualBox and VPCS info boxes
|
||||
* Support sending IOURC from client to remote servers
|
||||
* Fixes crash when quick restart the client
|
||||
* Add 1MB disk for EtherSwitch router templates (to store the vlan database)
|
||||
* Fixes alignment options to ignore devices labels
|
||||
* Compute IDLEPC on remote servers
|
||||
* Prevent using lab instruction in a temporary project
|
||||
* Display a warning on console if server port is already in used
|
||||
* Display an error if server version is incorrect
|
||||
|
||||
## 1.3.0beta2 13/03/2015
|
||||
|
||||
* Alternative local server shutdown (faster GUI closing on Windows).
|
||||
|
||||
@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
|
||||
number has been incremented)
|
||||
"""
|
||||
|
||||
__version__ = "1.3.0rc1.dev3"
|
||||
__version__ = "1.3.0rc1"
|
||||
__version_info__ = (1, 3, 0, -99)
|
||||
|
||||
Reference in New Issue
Block a user