WHATSNEW: Start release notes for Samba 4.1.0rc1.
[bbaumbach/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first release candidate of Samba 4.1.  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/.
8
9 Samba 4.1 will be the next version of the Samba suite and includes
10 all the technology found in both the Samba4 series and the stable 3.x
11 series. The primary additional features over Samba 3.6 are
12 support for the Active Directory logon protocols used by Windows 2000
13 and above.
14
15 If you are upgrading, or looking to develop, test or deploy Samba 4.1
16 releases candidates, you should backup all configuration and data.
17
18
19 UPGRADING
20 =========
21
22
23
24 NEW FEATURES
25 ============
26
27 Directory database replication (AD DC mode)
28 ===========================================
29
30 Directory replication has been reworked in order to improve the
31 correctness and efficiency.
32 As a net effect of it, replication with other domain controllers with
33 a heavily modified schema is now possible (ie. Windows 2012 DCs or
34 other Windows DC with exchange installed) and replication didn't fail
35 anymore in such environments.
36
37
38 Server-Side Copy Support
39 ========================
40
41 Samba 4.1.0 adds support for server-side copy operations via the SMB2
42 FSCTL_SRV_COPYCHUNK request. Clients making use of server-side copy
43 support, such as Windows Server 2012, should experience considerable
44 performance improvements for file copy operations, as file data need not
45 traverse the network.
46 This feature is enabled by default on the smbd file server.
47
48
49 Btrfs Filesystem Integration
50 ============================
51
52 The Btrfs VFS module provided with Samba 4.1.0 further improves the
53 performance of server-side copy operations on shares backed by a Btrfs
54 filesystem. It does so by allowing multiple files to share the same
55 on-disk extents, avoiding the unnecessary duplication of source and
56 destination file data during a server-side copy operation.
57
58 This feature can be explicitly enabled on smbd shares backed by a Btrfs
59 filesystem with the smb.conf parameter:
60 vfs objects = btrfs
61
62
63 REMOVED COMPONENTS
64 ==================
65
66 The Samba Web Administration Tool (SWAT) has been removed.
67
68
69 ######################################################################
70 Changes
71 #######
72
73 smb.conf changes
74 ----------------
75
76    Parameter Name                       Description     Default
77    --------------                       -----------     -------
78
79    password level                       Removed
80    set directory                        Removed
81    use ntdb                             New             No
82
83
84 CHANGES SINCE 4.0.7
85 ===================
86
87 o   Michael Adam <obnox@samba.org>
88
89
90 KNOWN ISSUES
91 ============
92
93
94 RUNNING Samba 4.1 as an AD DC
95 =============================
96
97 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
98
99   http://wiki.samba.org/index.php/Samba4/HOWTO
100
101 #######################################
102 Reporting bugs & Development Discussion
103 #######################################
104
105 Please discuss this release on the samba-technical mailing list or by
106 joining the #samba-technical IRC channel on irc.freenode.net.
107
108 If you do report problems then please try to send high quality
109 feedback. If you don't provide vital information to help us track down
110 the problem then you will probably be ignored.  All bug reports should
111 be filed under the Samba 4.1 product in the project's Bugzilla
112 database (https://bugzilla.samba.org/).
113
114
115 ======================================================================
116 == Our Code, Our Bugs, Our Responsibility.
117 == The Samba Team
118 ======================================================================
119