svn commit: samba r7815 - in branches/SAMBA_3_0_RELEASE: .

jerry at samba.org jerry at samba.org
Tue Jun 21 20:19:20 GMT 2005


Author: jerry
Date: 2005-06-21 20:19:19 +0000 (Tue, 21 Jun 2005)
New Revision: 7815

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7815

Log:
fix a mistake in attributions and clarify the mention of nss_winbind.so
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2005-06-21 20:19:17 UTC (rev 7814)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2005-06-21 20:19:19 UTC (rev 7815)
@@ -13,8 +13,11 @@
 
 Additional features introduced in Samba 3.0.20pre1 include:
 
-  o New asynchronous winbindd
+  o New asynchronous winbindd.
   o Support for Microsoft Print Migrator.
+  o New Windows NT registry file I/O library.
+  o New user right (SeTakeOwnershipPrivilege) added.
+  o New "net share migrate" options.
 
 
 What happened to 3.0.15 - 3.0.19?
@@ -41,17 +44,27 @@
 model.  This means that winbindd will scale much better in 
 large domain environments and on high latency networks.  Neither 
 the client interface nor the command line tools (i.e. wbinfo) have 
-changed in their calling conventions or syntax.  However, it is 
-required (more so than normal) that you install the nss_winbind.so
-library included in this release.
+changed in their calling conventions or syntax.  However, due to 
+internal structure changes, it is required (more so than normal) 
+that you install the nss_winbind.so library included in this release.
 
 
 Support for Microsoft Print Migrator
 ====================================
 
+Samba 3.0.20pre1 supports backing up print drivers and queues
+using the Microsoft Print Migrator (printmig.exe) tool.  Currently
+only support for restoring drivers onto a Samba server has been 
+implemented.  The final 3.0.20 release will include for 
+restoring the print queues and printer settings as well.  This
+will allow organizations to easily migrate or consolidate from a 
+Windows print server environment to a Samba print server without
+having to individually reinstall drivers and printers.  The current 
+restore support also allows administrators to create a master list 
+of drivers which can be installed on a new Samba host in a single 
+action.
 
 
-
 ######################################################################
 Changes
 #######
@@ -216,8 +229,6 @@
 
 
 o   Guenther Deschner <gd at samba.org>
-    * Adding robustness checks for tdbdump and tdbtool.
-    * Extend tdb command line parsing to arbitrary hex characters.
     * Document pam_winbind.c to clarify the working status of
       require-membership-of option.
     * Added client-support for various lsa_query_trust_dom_info()
@@ -292,6 +303,8 @@
 
 
 o   Herb Lewis <herb at samba.org>
+    * Adding robustness checks for tdbdump and tdbtool.
+    * Extend tdb command line parsing to arbitrary hex characters.
     * Add LOCKING debug class.
     * Fix more compiler warnings.
 



More information about the samba-cvs mailing list