Author: jerry Date: 2006-07-04 02:15:02 +0000 (Tue, 04 Jul 2006) New Revision: 16793
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16793 Log: fix a few typos (thanks Derrell) Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt =================================================================== --- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2006-07-04 01:43:40 UTC (rev 16792) +++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2006-07-04 02:15:02 UTC (rev 16793) @@ -11,7 +11,7 @@ There has been a substantial amount of cleanup work done during this development cycle. We would like to thank both Coverity (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/) -for anaylzing the Sambs source code. As a result, this release +for analyzing the Samba source code. As a result, this release includes fixes for over 400 defects. The coverage was approximately even with over 200 defects reported by each tool. @@ -19,7 +19,7 @@ release candidates and reported their findings. We would like to especially thank Thomas Bork <[EMAIL PROTECTED]> for his numerous reports. We believe that the final release is in much better shape -in a large part due to his efforts. +in large part due to his efforts. New features in 3.0.23 include: @@ -195,7 +195,7 @@ o Volker Lendecke <[EMAIL PROTECTED]> * Fix a memleak in the server registry code for enumeration shares. - * Fix an niavlid munlock call in winbindd's credentials cache. + * Fix an invalid munlock() call in winbindd's credentials cache. o Jason Mader <[EMAIL PROTECTED]> @@ -366,7 +366,7 @@ * Add support for the experimental %(DomainSID) smb.conf variable. * Add support for parsing SIDs in smb.conf value lists. - * Fix vuid allocation in Kerberos SMBsessetup reply. + * Fix vuid allocation in Kerberos SMBsesssetup reply. * Ensure that local group membership is included in the getgroups() NSS reply. * Automatically create a BUILTIN\{Administrators,Users} if
