From ad5817c3bf9869d8a637be9876df730ac1735661 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 16 Jan 2004 22:48:59 +0000 Subject: starting WHATSNEW for thepost 3.0.2rc1 release (This used to be commit 4ef4004af06a022dbc4f6757238e77ccfe1b4481) --- WHATSNEW.txt | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 11 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2cb068b16c..fc508446a9 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,11 +1,14 @@ ================================ - Release Notes for Samba 3.0.2rc1 - January 16, 2004 + Release Notes for Samba 3.0.2rc2 + January XX, 2004 ================================ -This is a preview release of the Samba 3.0.2 code base and is -provided for testing only. This release is *not* intended for -production servers. Use at your own risk. +This is a release candidate snapshot of the Samba 3.0.2 code +base and should be considered for testing only. A release +candidate (RC) means that we are close to the final, stable +release and in provided for Quality Assurance (QA) purposes. +This release is *not* intended for production servers. Use +at your own risk. There have been several bug fixes since the 3.0.1 release that we feel are important to make available to the Samba community @@ -16,15 +19,49 @@ Common bugs fixed in this preview release include: o + ###################################################################### Changes ####### -Changes since 3.0.2pre1 +Changes since 3.0.2rc1 ----------------------- Please refer to the CVS log for the SAMBA_3_0 branch for complete details. The list of changes per contributor are as follows: +o Jeremy Allison + + +o Andrew Bartlet + + +o Alexander Bokovoy + + +o Gerald (Jerry) Carter + * Fix server connection code in rpcclient. + + +o Volker Lendecke + + +o Herb Lewis + + +o Jim McDonough + + +o Stefan Metzmacher + + +o Tim Potter + + +o Jelmer Vernooij + + +Changes since 3.0.2pre1 +----------------------- o Jeremy Allison * Revert change that broke Exchange clear text samlogons. @@ -36,7 +73,7 @@ o Andrew Bartlet * BUG 722: Allow winbindd to map machine accounts to uids. * More cleanups for winbindd's find_our_domain(). * More clearly detect whether a domain controller is an NT4 - or mixed-mode AD DC. + or mixed-mode AD DC (additional bug fixes by jerry & jmcd). * Increase separation between DNS queries for hosts and queries for AD domain controllers. @@ -54,11 +91,12 @@ o Alexander Bokovoy o Gerald (Jerry) Carter * Fix several warnings reported by the SUN Forte C compiler. * Fully control DNS queries for AD DC's using 'name resolve order'. - * BUG 770: Send the SMBjobid for unix jobs back to the client. + * BUG 770: Send the SMBjobid for UNIX jobs back to the client. * BUG 972: Fix segfault in cli_ds_getprimarydominfo(). * BUG 936: fix bind credentials for schannel binds in smbd. * BUG 446: Fix output of smbclient for better compatibility with scripts based on the 2.2 version (including Amanda). + * BUG 891, 949: Fedora packaging fixes. o Luke Howard @@ -74,19 +112,28 @@ o Volker Lendecke * Fix a segfaults in winbindd. * Fix the user's domain passed to register_vuid() from reply_spnego_kerberos(). + * Add NSS example code in nss_winbind to convert UNIX + id's <-> Windows SIDs. o Herb Lewis * Fix bit rot in psec. +o Jianliang Lu + * BUG 381: check builtin (not local) group SID when updating + group membership. + + o John Klinger * Implement initgroups() call in nss_winbind on Solaris. -o Jim McDonough +o Jim McDonough * Fix regression in net rpc join caused by recent changes to cli_lsa_query_info_policy(). + * BUG 964: Fix crash bug in 'net rpc join' using a preexisting + machine account. o Stefan Metzmacher @@ -96,11 +143,11 @@ o Stefan Metzmacher * Fix disk_free calculation with group quotas. * Add debug class 'quota' and a lot of DEBUG()'s to the quota code. - * Fix sys_chown() when no chown() is presend + * Fix sys_chown() when no chown() is present. o Tim Potter - * BUG 905: Remove POBAD_CC to fix Solaris FOrte compiles. + * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles. o Jelmer Vernooij -- cgit