This commit is contained in:
Julien Duponchelle 2016-01-05 18:43:58 +01:00
parent afb5b6d6e8
commit e599c28c1c
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,23 @@
# Change Log # 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 ## 1.3.13 11/12/2015
* Update links for new website. * Update links for new website.

View File

@ -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.4.0dev13" __version__ = "1.4.0rc3"
__version_info__ = (1, 4, 0, -99) __version_info__ = (1, 4, 0, -99)