s4:kdc: Make a proper shallow copy of the auth_user_info_dc structure
[samba.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first pre release of Samba 4.19.  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.19 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 Migrated smbget to use common command line parser
20 -------------------------------------------------
21
22 The smbget utility implemented its own command line parsing logic. After
23 discovering an issue we decided to migrate it to use the common command line
24 parser. This has some advantages as you get all the feature it provides like
25 Kerberos authentication. The downside is that breaks the options interface.
26 The support for smbgetrc has been removed. You can use an authentication file
27 if needed, this is documented in the manpage.
28
29 Please check the smbget manpage or --help output.
30
31 gpupdate changes
32 ----------------
33
34 The libgpo.get_gpo_list function has been deprecated in favor of
35 an implementation written in python. The new function can be imported via
36 `import samba.gp`. The python implementation connects to Active Directory
37 using the SamDB module, instead of ADS (which is what libgpo uses).
38
39 REMOVED FEATURES
40 ================
41
42
43 smb.conf changes
44 ================
45
46   Parameter Name                          Description     Default
47   --------------                          -----------     -------
48
49
50 KNOWN ISSUES
51 ============
52
53 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.19#Release_blocking_bugs
54
55
56 #######################################
57 Reporting bugs & Development Discussion
58 #######################################
59
60 Please discuss this release on the samba-technical mailing list or by
61 joining the #samba-technical:matrix.org matrix room, or
62 #samba-technical IRC channel on irc.libera.chat
63
64 If you do report problems then please try to send high quality
65 feedback. If you don't provide vital information to help us track down
66 the problem then you will probably be ignored.  All bug reports should
67 be filed under the Samba 4.1 and newer product in the project's Bugzilla
68 database (https://bugzilla.samba.org/).
69
70
71 ======================================================================
72 == Our Code, Our Bugs, Our Responsibility.
73 == The Samba Team
74 ======================================================================
75