From 01311ab94223257f01081135c8d2ca7f25e6858f Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Wed, 15 May 2024 23:03:56 +0900 Subject: [PATCH] ksmbd: release 3.5.0 version Major changes are: - Durable handles v1/v2 support. - Fix several out of bounds issues. - Fix possible null-deref in smb_lazy_parent_lease_break_close. - Fix invalid file size on XFS backed share. Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index aebec728f..64b709d60 100644 --- a/glob.h +++ b/glob.h @@ -12,7 +12,7 @@ #include "unicode.h" #include "vfs_cache.h" -#define KSMBD_VERSION "3.4.9" +#define KSMBD_VERSION "3.5.0" extern int ksmbd_debug_types;