summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-03-12 12:45:54 +0100
committerGuido Günther <agx@sigxcpu.org>2017-03-12 12:45:54 +0100
commite0507a8dc3e3f928a4db0eb7843155b5b6ccbedd (patch)
tree8d0bcdda3fba413cb40d2a5c8dd1ce04c3c9e3b4 /ChangeLog
parent603e37679ece5fd470e6a5998e2e4bc0b81b31ae (diff)
New upstream version 3.1.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 998180720..c98bb8468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2017-03-02 Peter Krempa <pkrempa@redhat.com>
+
+ qemu: command: Truncate the chardev logging file even if append is not present
+ Our documentation states that the chardev logging file is truncated
+ unless append='on' is specified. QEMU also behaves the same way and
+ truncates the file unless we provide the argument. The new virlogd
+ implementation did not honor if the argument was missing and continued
+ to append to the file.
+
+ Truncate the file even when the 'append' attribute is not present to
+ behave the same with both implementations and adhere to the docs.
+
+ Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1420205
+
+2017-03-01 Michal Privoznik <mprivozn@redhat.com>
+
+ qemuDomainAttachNetDevice: Support attach of type="user"
+ https://bugzilla.redhat.com/show_bug.cgi?id=1420668
+
+ This has worked in previous releases.
+ My commit c266b60440 broke it.
+
+2017-02-28 Michal Privoznik <mprivozn@redhat.com>
+
+ testNodeDeviceMockCreateVport: Don't call public APIs
+ This function is calling public APIs (virNodeDeviceLookupByName
+ etc.). That requires the driver lock to be unlocked and locked
+ again. If we, however, replace the public APIs calls with the
+ internal calls (that public APIs call anyway), we can drop the
+ lock/unlock exercise.
+
2017-02-27 John Ferlan <jferlan@redhat.com>
conf: Fix leak in virNodeDeviceDefParseXML