summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-11-18 14:21:31 +0100
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:40:59 +0100
commit8606984ad166a6cbe64eaf52650a6623327c2634 (patch)
tree5ff2d3fd442a156be53229f4e581e225af9728c2 /WHATSNEW.txt
parent68b015d319daee8c274b4a6f5ac71c8efc5ef219 (diff)
downloadsamba-8606984ad166a6cbe64eaf52650a6623327c2634.tar.gz
WHATSNEW: Start with the commit highlights.
Karolin (cherry picked from commit 7d597bed7776970d6a14087574ab456430f4d52b)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt45
1 files changed, 44 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9ba8e9106d6..ff9cce609c5 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -50,6 +50,7 @@ Winbind changes
The Winbind daemon has been refactored internally to be asynchronous. The new
Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
+
######################################################################
Changes
#######
@@ -65,7 +66,49 @@ smb.conf changes
cups encrypt New no
debug hires timestamp Changed Default yes
ldap follow referral New auto
- store create time New no
+
+
+New [sub]commands
+-----------------
+
+rpcclient createtrustdom Create trusted domain.
+rpcclient deletetrustdom Delete trusted domain.
+
+
+New configure options
+---------------------
+
+--enable-external-libtalloc Enable external tdb
+--enable-netapi Turn on netapi support
+--enable-pthreadpool Enable pthreads pool helper support
+--with-cifsumount Include umount.cifs (Linux only) support
+--with-codepagedir=DIR Where to put codepages
+
+
+Commit Highlights
+=================
+
+
+o Jeremy Allison <jra@samba.org>
+ *
+
+
+o Günther Deschner <gd@samba.org>
+ *
+
+
+o Björn Jacke <bjacke@sernet.de>
+ * Add support for full Windows timestamp resolution.
+ * Add encryption support for connections to a CUPS server.
+
+
+o Volker Lendecke <vl@samba.org>
+ * Major internal refactoring of the Winbind daemon.
+ * Make Winbind asynchronous.
+
+
+o Stefan Metzmacher <metze@samba.org>
+ * Implement the new SMB2 protocol (experimental).
######################################################################