summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 09cd9a8df12..64ffe3ff647 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -121,7 +121,9 @@ smb.conf changes
New [sub]commands
-----------------
- net eventlog Tool to import/dump/export native win32 eventlog files.
+ net eventlog Import/dump/export native win32 eventlog files.
+ net rpc service create Create a new service.
+ net rpc service delete Delete an existing service.
New configure options
@@ -175,6 +177,10 @@ o Dan Sledz <dsledz@isilon.com>
* Add two new parameters to control how we verify kerberos tickets.
+o Danny Tylman <danny.tylman@insightix.com>
+ * Add 'net rpc service' subcommands 'create' and 'delete'.
+
+
o Jelmer Vernooij <jelmer@samba.org>
* Make merged build possible.
* Move common libraries to the shared lib/ directory.