pull/379/head v1.4.0rc2
Julien Duponchelle 9 years ago
parent a9e1801e7d
commit 55dc0d587d

@ -1,5 +1,17 @@
# Change Log
## 1.4.0rc2 10/12/2015
* Add log about wher iou capture packet
* Replace by another TCP port if port is already used
* Fix ProcessLookupError in Qemu
* Increase vmrun timeout to 120 seconds. Ref #360.
* Fixes termination notification to indicate the right process name (IOU vs iouyap). Ref #359.
* Fixes error with non initialized uBridge. Fixes #367.
* Remove debug that can crash qemu
* Support VM usage for qemu
* Raise an error if psutil version is invalid
## 1.4.0rc1 12/11/2015
* Raise error if server received windows path

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.4.0dev12"
__version__ = "1.4.0rc2"
__version_info__ = (1, 4, 0, -99)

Loading…
Cancel
Save