From c3b241464ab8a464982badd18cd8e93426bfb91b Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 7 Oct 2016 12:26:52 +0100 Subject: [PATCH] Updated changelog --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6f85aaf..f8e2c06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +flexnbd (0.1.5-1) stable; urgency=medium + + * This fixes the compiler warning pointer-to-int-cast in serve.c. + * Fix up "wrong" handle type from char* to uint64_t in check_readwrite test. + * fix check_bitset test on 32-bit platforms. + * Skip large file test on 32-bit platforms. + + -- Patrick J Cherry Fri, 07 Oct 2016 12:25:36 +0100 + flexnbd (0.1.4-1) stable; urgency=medium [ Michel Pollet ]