Author: jerry Date: 2005-08-12 16:50:39 +0000 (Fri, 12 Aug 2005) New Revision: 9269
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9269 Log: updating release notes to keep track of merges 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-08-12 16:29:00 UTC (rev 9268) +++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt 2005-08-12 16:50:39 UTC (rev 9269) @@ -1,6 +1,6 @@ ================================= - Release Notes for Samba 3.0.20rc2 - Aug 7, 2005 + Release Notes for Samba 3.0.20rc3 + Aug XX, 2005 ================================== This is the second release candidate of the 3.0.20 code base @@ -38,6 +38,75 @@ Changes ####### +Changes since 3.0.20rc2 +------------------------ + +commits +------- + +o Jeremy Allison <[EMAIL PROTECTED]> + * Fix minor compiler warnings in printing/printing.c. + * Merge new DOS error code from SAMBA_4. + + +o Gerald (Jerry) Carter <[EMAIL PROTECTED]> + * Fix error in EnumPrinterData() reported by valgrind. + * Fix broken help links in SWAT editor caused by new doc layout. + + +o Guenther Deschner <[EMAIL PROTECTED]> + * Allow admins to uncheck the "User must change Password at + next Logon" checkbox in Usermanager (merge from trunk). + + +o Steve French <[EMAIL PROTECTED]> + * Fix minor compiler warnings in the mount.cifs helper. + + +o John Janosik <[EMAIL PROTECTED]> + * BUG 2976: Mark logons for unknown domains with a + non-authoritative response. + + +o Marcel <[EMAIL PROTECTED]> + * Fix regression in OS/2 trans2 open code. + + +o Jim McDonough <[EMAIL PROTECTED]> + * BUG 2953: Additional fixes for domain trusts. Also clears + up the "bad stub" error when attempting to logon to a Samba + domain with a bad username. + + +o Luke Mewburn <[EMAIL PROTECTED]> + * Compiler warning fixes. + + +o James Peach <[EMAIL PROTECTED]> + * BUG 2314: Fix const compiler warnings in the quota code. + + + +Release Notes for older release follow: + + -------------------------------------------------- + ================================= + Release Notes for Samba 3.0.20rc2 + Aug 7, 2005 + ================================== + +Common bugs fixed in 3.0.20rc2 include: + + o Crash bugs in the client spoolss code. + o Authentication failures caused by unsupported mechanisms. + o Failures from common MS management tools such as User + Manager, Print Migrator, and Server Manager. + + +###################################################################### +Changes +####### + Changes since 3.0.20rc1 ------------------------ @@ -132,9 +201,6 @@ * Merge socket wrapper fixes for IRIX systems from the Samba 4 branch. - -Release Notes for older release follow: - -------------------------------------------------- ================================= Release Notes for Samba 3.0.20rc1
