summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-20 17:20:11 +0200
committerVolker Lendecke <vl@samba.org>2014-09-20 21:13:50 +0200
commitc84a66d8405c99c962d1e04e9e17e120fb7a2dfd (patch)
treeeb979f3623107d903b83aa37958d02e3ba02b952 /WHATSNEW.txt
parente3a0c3ef764e39baeb0fc6f77c9d463b908cb04a (diff)
downloadsamba-c84a66d8405c99c962d1e04e9e17e120fb7a2dfd.tar.gz
WHATSNEW: Mention unix domain datagram messaging
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sat Sep 20 21:13:50 CEST 2014 on sn-devel-104
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a474d7eea4a..6fd9261678f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -111,6 +111,13 @@ in the [global] section of your smb.conf.
Tdb has furthermore improved to manage its file space more efficiently. This
will lead to smaller and less fragmented databases.
+Messaging improvements
+======================
+
+Our internal messaging subsystem, used for example for things like oplock
+break messages between smbds or setting a process debug level dynamically, has
+been rewritten to use unix domain datagram messages.
+
######################################################################
Changes