From 724e0aa10510f0d3451c2307e7d23ba4585869b9 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Mon, 1 Feb 2021 09:02:23 +0900 Subject: [PATCH] ksmbd-tools: release 3.3.4 version Major changes are: - add "vfs objects = acl_xattr" parameter in configuration. - fix wrong group domain name in lsarpc response. - set to SID_TYPE_UNKNOWN if there is no domain sid in server. 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 844cd559..552a21cb 100644 --- a/include/version.h +++ b/include/version.h @@ -5,6 +5,6 @@ #ifndef _VERSION_H -#define KSMBD_TOOLS_VERSION "3.3.3" +#define KSMBD_TOOLS_VERSION "3.3.4" #endif /* !_VERSION_H */