torture4: Replace direct netlogon ping calls with netlogon_pings()
[samba4-gss.git] / WHATSNEW.txt
blob51632e35c70c0b23f65b8e6037899c6c4ad9eef0
1 Release Announcements
2 =====================
4 This is the first pre release of Samba 4.22.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
9 Samba 4.22 will be the next version of the Samba suite.
12 UPGRADING
13 =========
16 NEW FEATURES/CHANGES
17 ====================
19 SMB3 Directory Leases
20 ---------------------
22 Starting with Samba 4.22 SMB3 Directory Leases are supported. The new global
23 option "smb3 directory leases" controls whether the feature is enabled or
24 not. By default, SMB3 Directory Leases are enabled on non-clustered Samba and
25 disabled on clustered Samba, based on the "clustering" option. See man smb.conf
26 for more details.
28 SMB3 Directory Leases allow clients to cache directory listings and, depending
29 on the workload, result in a decent reduction in SMB requests from clients.
32 REMOVED FEATURES
33 ================
35 The "nmbd proxy logon" feature was removed. This was used before
36 Samba4 acquired a NBT server.
38 The parameter "cldap port" has been removed. CLDAP runs over UDP port
39 389, we don't see a reason why this should ever be changed to a
40 different port. Moreover, we had several places in the code where
41 Samba did not respect this parameter, so the behaviour was at least
42 inconsistent.
44 fruit:posix_rename
45 ------------------
47 This option of the vfs_fruit VFS module that could be used to enable POSIX
48 directory rename behaviour for OS X clients has been removed as it could result
49 in severe problems for Windows clients.
51 As a possible workaround it is possible to prevent creation of .DS_Store files
52 (a Finder thingy to store directory view settings) on network mounts by running
54   $ defaults write com.apple.desktopservices DSDontWriteNetworkStores true
56 on the Mac.
59 smb.conf changes
60 ================
62   Parameter Name                          Description     Default
63   --------------                          -----------     -------
64   smb3 directory leases                   New             Auto
65   vfs mkdir use tmp name                  New             Auto
66   fruit:posix_rename                      Removed
67   cldap port                              Removed
69 KNOWN ISSUES
70 ============
72 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.22#Release_blocking_bugs
75 #######################################
76 Reporting bugs & Development Discussion
77 #######################################
79 Please discuss this release on the samba-technical mailing list or by
80 joining the #samba-technical:matrix.org matrix room, or
81 #samba-technical IRC channel on irc.libera.chat
83 If you do report problems then please try to send high quality
84 feedback. If you don't provide vital information to help us track down
85 the problem then you will probably be ignored.  All bug reports should
86 be filed under the Samba 4.1 and newer product in the project's Bugzilla
87 database (https://bugzilla.samba.org/).
90 ======================================================================
91 == Our Code, Our Bugs, Our Responsibility.
92 == The Samba Team
93 ======================================================================