dns: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()
[npower/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first pre release of Samba 4.21.  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.21 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 LDB no longer a standalone tarball
20 ----------------------------------
21
22 LDB, Samba's LDAP-like local database and the power behind the Samba
23 AD DC, is no longer available to build as a distinct tarball, but is
24 instead provided as an optional public library.
25
26 If you need ldb as a public library, say to build sssd, then use
27  ./configure --private-libraries='!ldb'
28
29 This re-integration allows LDB tests to use the Samba's full selftest
30 system, including our knownfail infrastructure, and decreases the work
31 required during security releases as a coordinated release of the ldb
32 tarball is not also required.
33
34 This approach has been demonstrated already in Debian, which is already
35 building Samba and LDB is this way.
36
37 As part of this work, the pyldb-util public library, not known to be
38 used by any other software, is made private to Samba.
39
40 REMOVED FEATURES
41 ================
42
43
44 smb.conf changes
45 ================
46
47   Parameter Name                          Description     Default
48   --------------                          -----------     -------
49
50
51 KNOWN ISSUES
52 ============
53
54 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.21#Release_blocking_bugs
55
56
57 #######################################
58 Reporting bugs & Development Discussion
59 #######################################
60
61 Please discuss this release on the samba-technical mailing list or by
62 joining the #samba-technical:matrix.org matrix room, or
63 #samba-technical IRC channel on irc.libera.chat
64
65 If you do report problems then please try to send high quality
66 feedback. If you don't provide vital information to help us track down
67 the problem then you will probably be ignored.  All bug reports should
68 be filed under the Samba 4.1 and newer product in the project's Bugzilla
69 database (https://bugzilla.samba.org/).
70
71
72 ======================================================================
73 == Our Code, Our Bugs, Our Responsibility.
74 == The Samba Team
75 ======================================================================
76