mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
1.4.0rc3
This commit is contained in:
parent
afb5b6d6e8
commit
e599c28c1c
18
CHANGELOG
18
CHANGELOG
@ -1,5 +1,23 @@
|
||||
# Change Log
|
||||
|
||||
## 1.4.0rc3 05/01/2016
|
||||
|
||||
* API documentation update
|
||||
* Fix race condition when killing iouyap
|
||||
* Catch exception if we can't change process priority on Windows
|
||||
* Adds a handler for getting the Qemu related capabilities of the server. Currently includes just a check for KVM architectures.
|
||||
* Fixed showing of Qemu hdb_disk_interface - it showed hda_disk_interface instead, which resulted in an odd visual glitch in the GUI.
|
||||
* Made the gns3server.bat successfully start the server independent of the CWD at the time of running. It's now relative to the location of the .bat file itself.
|
||||
* Add more informations in the debug status page
|
||||
* Fix status link in GNS3 homepage
|
||||
* Fix tests on Windows
|
||||
* Fix missing boot priority order
|
||||
* A debug status page embed in the server
|
||||
* Fix test on Windows
|
||||
* Update links for new website.
|
||||
* Contributing instructions
|
||||
|
||||
|
||||
## 1.3.13 11/12/2015
|
||||
|
||||
* Update links for new website.
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.4.0dev13"
|
||||
__version__ = "1.4.0rc3"
|
||||
__version_info__ = (1, 4, 0, -99)
|
||||
|
Loading…
Reference in New Issue
Block a user