Bump version and CHANGELOG

This commit is contained in:
Julien Duponchelle
2015-03-19 17:36:31 +01:00
parent 9d91629ba7
commit ab3a5df71d
2 changed files with 14 additions and 1 deletions

View File

@@ -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).

View File

@@ -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)