mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
1.3.0rc1
This commit is contained in:
parent
253ab4e2b5
commit
533baf0445
@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# 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
|
## 1.3.0beta2 13/03/2015
|
||||||
|
|
||||||
* Fixed issue when VBoxManage returns an error.
|
* Fixed issue when VBoxManage returns an error.
|
||||||
|
@ -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__ = "1.3.0rc1.dev3"
|
__version__ = "1.3.0rc1"
|
||||||
__version_info__ = (1, 3, 0, -99)
|
__version_info__ = (1, 3, 0, -99)
|
||||||
|
Loading…
Reference in New Issue
Block a user