pull/104/head
Julien Duponchelle 9 years ago
parent 253ab4e2b5
commit 533baf0445

@ -1,5 +1,14 @@
# Change Log
## 1.3.0rc1 19/03/2015
* Save IOS router config when saving the project
* Look in legacy IOU images directory
* Support IOURC upload
* Configuration on UNIX
* Support all QEMU status
* Bind tunnel UDP to the correct source index
## 1.3.0beta2 13/03/2015
* Fixed issue when VBoxManage returns an error.

@ -23,5 +23,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)

Loading…
Cancel
Save