Add simple script to build docs
[samba.git] / WHATSNEW.txt
index 234063df927b418d9e5b2aa0fec2a18bc7546be1..3b56d6ccc83f551eb3f45f2bc38bce5a564a6ac1 100644 (file)
@@ -88,9 +88,18 @@ Registry Configuration Backend
 ==============================
 
 Samba is now able to use a registry based configuration backed to
-supplement smb.conf setting.  This feature may be enabled by setting
-"config backend = registry" and "registry shares = yes" in the [global]
-section of smb.conf and may be managed using the "net conf" command.
+supplement smb.conf settings.  This feature may be enabled by setting
+"config backend = registry" in the [global] section of smb.conf for a
+registry only configuration, or by specifying "include = registry" to
+include global options from registry for a mixed setup.
+
+The new parameter "registry shares = yes" in the [global] section of
+smb.conf can be used to activate share definitions from registry.
+These shares are loaded on demand by the server. Registry shares are
+automatically activated by the global registry options above.
+
+The configuration stored in registry can be conveniently managed using
+the "net conf" command.
 
 More information may be obtained from the smb.conf(5) and net(8) man
 pages.
@@ -175,6 +184,7 @@ smb.conf changes
 
     Parameter Name                      Description     Default
     --------------                      -----------     -------
+    administrative share               New             No
     client lanman auth                 Changed Default No
     client ldap sasl wrapping          New             plain
     client plaintext auth              Changed Default No
@@ -183,7 +193,6 @@ smb.conf changes
     config backend                     New             file
     ctdb socket                                New             ""
     debug class                                New             No
-    administrative share               New             No
     lanman auth                                Changed Default No
     ldap debug level                   New             0
     ldap debug threshold               New             10
@@ -195,6 +204,8 @@ smb.conf changes
     winbind expand groups              New             1
     winbind rpc only                   New             No
 
+    New special meaning of "include = registry".
+
 
 Changes since 3.2.0pre2:
 -----------------------
@@ -215,6 +226,7 @@ o   Michael Adam <obnox@samba.org>
     * Fix handling of includes in registry libsmbconf backend.
     * Fix net conf import by reading from text backend.
     * Add a "net registry" command to locally access the registry.
+    * Add getvalue subcommand to "net rpc registry".
     * Add testsuites for libsmbconf and "net registry".
     * Fix Coverity IDs 517, 536, 545.
     * Remove unneeded REGISTRY_HOOKS layer from reghook cache