summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2008-01-15 10:48:49 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2008-01-15 10:48:49 -0600
commitef2e825e1fe5493115d2b271c2f4198e9e5b1f47 (patch)
tree7aa1c4d1f2cc4e009fbfdc8d93f8e01c957b269f /WHATSNEW.txt
parent5a527476a07ea43178dc5afeaf8ad78da8a4080c (diff)
downloadsamba-ef2e825e1fe5493115d2b271c2f4198e9e5b1f47.tar.gz
samba-ef2e825e1fe5493115d2b271c2f4198e9e5b1f47.tar.xz
samba-ef2e825e1fe5493115d2b271c2f4198e9e5b1f47.zip
Update release notes for vfs_ea_rename to complete the recent merge.
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 86f8ad94e27..253fe260ded 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -175,7 +175,7 @@ o Volker Lendecke <vl@samba.org>
* Add generic a in-memory cache.
* Import the Linux red-black tree implementation.
* Remove large amount of global variables.
- * Add vfs_ea_tdb module for file systems that do not implement xattrs.
+ * Add vfs_xattr_tdb module for file systems that do not implement xattrs.
o Stefan Metzmacher <metze@samba.org>