From e599c28c1cd5e272efd22172308a3e29dd9f4f5a Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 5 Jan 2016 18:43:58 +0100 Subject: [PATCH] 1.4.0rc3 --- CHANGELOG | 18 ++++++++++++++++++ gns3server/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 34b408f7..f4489a60 100644 --- a/CHANGELOG +++ b/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. diff --git a/gns3server/version.py b/gns3server/version.py index ff297d13..0cb4bcb6 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -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)