summaryrefslogtreecommitdiff
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
commit019c245ae15c7fdc414d41f64dad994337f26cf4 (patch)
tree773b18ece7a3af3c55da37475efa6abc47525bd7 /WHATSNEW.txt
parent43ddf12ef9ed400a3116c169700244ea137e593f (diff)
downloadsamba-019c245ae15c7fdc414d41f64dad994337f26cf4.tar.gz
samba-019c245ae15c7fdc414d41f64dad994337f26cf4.tar.bz2
samba-019c245ae15c7fdc414d41f64dad994337f26cf4.zip
Update release notes for vfs_ea_rename to complete the recent merge.
(This used to be commit ef2e825e1fe5493115d2b271c2f4198e9e5b1f47)
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 86f8ad94e2..253fe260de 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>