From 4aa556dd9c5a6b18272d16fc6e9fab4e27acd5f5 Mon Sep 17 00:00:00 2001 From: Mark Syms Date: Fri, 25 May 2018 11:45:14 +0100 Subject: [PATCH] Pre-release 3.6.0 Signed-off-by: Mark Syms --- VERSION | 2 +- WHATS_NEW | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e5b82034..084e244c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.0 \ No newline at end of file +3.6.0 \ No newline at end of file diff --git a/WHATS_NEW b/WHATS_NEW index d625dbc3..8c755dbf 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,3 +1,29 @@ +Version 3.6.0 - 25th May 2018 +================================ + Changed block tracking + Nutanix support + + CA-222124: Handle race-condition in tap-ctl spawn + CA-223652: Add delay to reduce number of syslog messages + CA-227162: Enable tapdisk forced shutdown mode + CA-220042: sigact.sa_mask is not initialized (CID:57552) + CA-217394: Handle scheduler uuid data type overflow in tapdisk + CP-18038: Fix multiple resource leaks + CA-221904: vhd create EINVAL, report errors + Add a check to force O_DSYNC if needed + CA-220042: adding error handler for sigemptyset() function + CA-225067: tap_ctl_{spawn,create}: move tapdisk to cgroup slice + Fix udev rules to prevent td devices being bound by Dom0 services + CA-220608: Corrected potential memory leak + CA-250385: Check if vbd image is in chain, before retrieving + CA-220510: Initialsed vhd_file_table pointer before use + CP-23825: Structure lvm-util as a business logic library with an execution wrapper + CA-260195 Only log once for watchdog timeout + CA-254690: Add a flag to control logging based on call context + CA-260298 Add the device to invalid pe_start error message + CP-26852: Support building with upstream Linux + CA-277128: remove redundant, broken RRD code from tapdisk + Version 3.5.0 - 15th Nov 2016 ================================ CA-222244: Fix resource leaks in vhd_shift_metadata()