Skip to content

Commit

Permalink
ksmbd-tools: release 3.4.7 version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
namjaejeon committed Jan 31, 2023
1 parent 06e8410 commit a452e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#ifndef _VERSION_H

#define KSMBD_TOOLS_VERSION "3.4.6"
#define KSMBD_TOOLS_VERSION "3.4.7"

#endif /* !_VERSION_H */

0 comments on commit a452e11

Please sign in to comment.