2012-09-28 13:30:06 +04:00
Release Announcements
=====================
2023-01-18 18:50:10 +03:00
This is the first pre release of Samba 4.19. This is *not*
2012-09-28 13:30:06 +04:00
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
2007-10-11 04:16:57 +04:00
2023-01-18 18:50:10 +03:00
Samba 4.19 will be the next version of the Samba suite.
2010-12-17 22:39:57 +03:00
2012-06-05 07:21:13 +04:00
2012-06-16 07:12:50 +04:00
UPGRADING
=========
2017-01-03 12:09:42 +03:00
2016-01-26 12:52:15 +03:00
NEW FEATURES/CHANGES
====================
2021-06-23 11:13:24 +03:00
2023-03-30 14:43:26 +03:00
Migrated smbget to use common command line parser
-------------------------------------------------
The smbget utility implemented its own command line parsing logic. After
discovering an issue we decided to migrate it to use the common command line
parser. This has some advantages as you get all the feature it provides like
Kerberos authentication. The downside is that breaks the options interface.
The support for smbgetrc has been removed. You can use an authentication file
if needed, this is documented in the manpage.
Please check the smbget manpage or --help output.
2022-01-14 05:39:34 +03:00
2023-03-15 22:46:58 +03:00
gpupdate changes
----------------
The libgpo.get_gpo_list function has been deprecated in favor of
an implementation written in python. The new function can be imported via
`import samba.gp`. The python implementation connects to Active Directory
using the SamDB module, instead of ADS (which is what libgpo uses).
2023-06-07 15:55:49 +03:00
Improved winbind logging and a new tool for parsing the winbind logs
--------------------------------------------------------------------
Winbind logs (if smb.conf 'winbind debug traceid = yes' is set) contain new
trace header fields 'traceid' and 'depth'. Field 'traceid' allows to track the
trace records belonging to the same request. Field 'depth' allows to track the
request nesting level. A new tool samba-log-parser is added for better log
parsing.
2017-12-05 13:24:55 +03:00
REMOVED FEATURES
================
2021-07-15 10:04:18 +03:00
2018-01-11 12:02:33 +03:00
smb.conf changes
================
2021-07-01 15:07:34 +03:00
Parameter Name Description Default
-------------- ----------- -------
2023-06-07 15:55:49 +03:00
winbind debug traceid Add traceid No
2022-01-24 17:57:50 +03:00
2020-07-08 14:36:43 +03:00
2012-02-16 09:45:10 +04:00
KNOWN ISSUES
============
2011-09-12 08:16:12 +04:00
2023-01-18 18:50:10 +03:00
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.19#Release_blocking_bugs
2017-02-16 12:28:40 +03:00
2011-04-24 01:38:52 +04:00
#######################################
2007-10-11 04:16:57 +04:00
Reporting bugs & Development Discussion
#######################################
Please discuss this release on the samba-technical mailing list or by
2022-03-17 08:47:48 +03:00
joining the #samba-technical:matrix.org matrix room, or
#samba-technical IRC channel on irc.libera.chat
2007-10-11 04:16:57 +04:00
If you do report problems then please try to send high quality
feedback. If you don't provide vital information to help us track down
the problem then you will probably be ignored. All bug reports should
2016-01-26 12:52:15 +03:00
be filed under the Samba 4.1 and newer product in the project's Bugzilla
2007-10-11 04:16:57 +04:00
database (https://bugzilla.samba.org/).
======================================================================
== Our Code, Our Bugs, Our Responsibility.
== The Samba Team
======================================================================
2005-01-26 02:34:39 +03:00