From 391a17bfccdca67e24c5693f748358efa03447c6 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 13 Nov 2018 21:38:15 +0000 Subject: [PATCH] Updated changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index aaa837c..a8af0d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +flexnbd (0.4.0) UNRELEASED; urgency=medium + + * Ensure proxy state is completely reset before upstream init is read, + ensuring any waiting requests are fully replayed (#39, !54) + + -- Patrick J Cherry Tue, 13 Nov 2018 21:35:00 +0000 + flexnbd (0.3.0) stable; urgency=medium * Force a msync after every write, ignoring FUA flag, or lack thereof (!51).