summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-11 21:40:01 +0000
committerGerald Carter <jerry@samba.org>2005-04-11 21:40:01 +0000
commitdae1a1db3c946093333d9e5001e30f75140fd3ca (patch)
tree77a0b497d3495c153ec0f7b6ec162c6d57314812 /WHATSNEW.txt
parente1d96ed97614ef847df6038044143666a02c195f (diff)
downloadsamba-3.0.14.tar.gz
r6299: last commits for 3.0.14samba-3.0.14
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>