From a452e1120186f2826cff4b5fdc4bd46d043f633c Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Tue, 31 Jan 2023 22:25:56 +0900 Subject: [PATCH] ksmbd-tools: release 3.4.7 version Major changes are: - add max connections for global section. - default max connections is changed to 128 from no limitation. - build utilities as a single binary. - fix several bugs and memleak, and clean-ups. - use 'disabled', 'auto' and 'mandatory' for smb3 encryption parameter. - fix guest account bugs. Signed-off-by: Namjae Jeon --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index 58ee18cc..4f38d595 100644 --- a/include/version.h +++ b/include/version.h @@ -5,6 +5,6 @@ #ifndef _VERSION_H -#define KSMBD_TOOLS_VERSION "3.4.6" +#define KSMBD_TOOLS_VERSION "3.4.7" #endif /* !_VERSION_H */