Skip to content

Commit

Permalink
1.4.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jan 5, 2016
1 parent afb5b6d commit e599c28
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e599c28

Please sign in to comment.