summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f304eab4d22..e02cb1e8fab 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -24,6 +24,16 @@ Changes
Changes since 3.0.13
--------------------
+smb.conf changes
+----------------
+
+ Parameter Name Action
+ -------------- ------
+ dos filetimes Enabled by default
+
+
+commits
+-------
o Jeremy Allison <jra@samba.org>
* Prevent nt_status code support when negotiating protocols
earlier than NT1.
@@ -35,6 +45,8 @@ o Jeremy Allison <jra@samba.org>
FindNext().
* BUG 2581 (partial): Ensure if realloc fails on an internal
tdb we fail gracefully.
+ * Ensure that 'dos filetimes' works with ACLs.
+ * Set 'dos filefimes = yes' as the default for smb.conf.
o Gerald (Jerry) Carter <jerry@samba.org>