summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-26 13:42:58 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-26 14:17:48 +0200
commite7c55a0ff3044d0c82f7ad70265155f7d4c5c316 (patch)
tree2b84209a1613502eb9040f6750cf05fc0e182a15 /WHATSNEW.txt
parent7c48a01bf56eadb6aaad52fc63aa20e15f3b851e (diff)
downloadsamba-e7c55a0ff3044d0c82f7ad70265155f7d4c5c316.tar.gz
WHATSNEW: Add some changes.
Hopefully, this is not too verbose. But it takes some space in git log, so I thought I'd mention it. Michael (cherry picked from commit 17a78c621662c86395b1468bb487525b94cbd2b4)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5d49084d72b..19ab0bafbd3 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -87,9 +87,11 @@ Commit Highlights:
o Michael Adam <obnox@samba.org>
* Remove configure option "--with-libdir" and add
- "--with-modulesdir".
+ "--with-modulesdir" (bug #5609).
* Extend "net rpc vampire keytab" to support differential replication
and storing of kerberos keys.
+ * Rework internal logic of registry tdb code.
+ * Freeze autogenerated prototype headers (good bye "make proto").
o Jeremy Allison <jra@samba.org>