From b0a63684d19a74e1324618a479864816a38e296f Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Tue, 10 Aug 2021 16:23:49 +0900 Subject: [PATCH] ksmbd: release 3.4.1 version Major changes are: - fix warnings from coverity scan and some static checker. - add user namespace support. - fix SMB3 multichannel connection with windows client. - fix a bug from auto negotiation feature. - fix several bugs and memory leaks. Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 4eff4b3fe..96a00a689 100644 --- a/glob.h +++ b/glob.h @@ -13,7 +13,7 @@ #include "unicode.h" #include "vfs_cache.h" -#define KSMBD_VERSION "3.4.0" +#define KSMBD_VERSION "3.4.1" extern int ksmbd_debug_types;