From 30eb456bc2e261f561f02a867309d62fff9a20a6 Mon Sep 17 00:00:00 2001 From: "Gerald (Jerry) Carter" Date: Tue, 20 Nov 2007 18:19:32 -0600 Subject: [PATCH] Copy the full release notes from the 3.0.27 tag. Some parts were somehow different. (cherry picked from commit d6c3df20e8f6656da40b1baba4618d0220c1a4c1) --- WHATSNEW.txt | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d208c072302..5f5e8304483 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -265,13 +265,9 @@ o Atsushi Nakabayashi -------------------------------------------------- =============================== Release Notes for Samba 3.0.25b - June 20, 2007 + June 26, 2007 =============================== -This is the third production release of the Samba 3.0.25 code -base and is the version that servers should be run for for all -current bug fixes. - Major bug fixes included in Samba 3.0.25b are: o Offline caching of files with Windows XP/Vista clients. @@ -280,6 +276,20 @@ Major bug fixes included in Samba 3.0.25b are: o Crashes is idmap_ldap and idmap_rid. +Changes to 'net idmap dump' +=========================== + +A change in command line syntax and behavior was introduced in the +3.0.25 release series where the command + + $ net idmap dump /.../path/to/idmap.tdb + +would overwrite the tdb instead of dumping its contents to standard +output as was the case in releases prior to Samba 3.0.25. The +changed has been reverted in 3.0.25b and the semantics from 3.0.24 +and earlier releases have been restored. + + ###################################################################### Changes ####### @@ -309,15 +319,28 @@ o Jeremy Allison * Fix sync_file() to return NTSTATUS and return this on failure in the write reply path. * BUG 4678,4697: Fix token creation for clear text logins. + * BUG 4725: Don't crash when no eventlog names are defined in + smb.conf. + * Ensure we will always release any timeout handler on fsp close + or removal of oplock. o Jacob Berkman * BUG 4566: Pass password data to krb5_prompter. +o Gerald (Jerry) Carter + * BUG 4579: Fix "wbinfo -t" when running winbindd on a Samba DC. + + o Guenther Deschner * BUG 4657: Fix compilation and linking of pam_smbpass.so. * Add more netlogon GetDcName() client calls. + * Fix event based krb5 ticket refreshing in winbindd. + +o SATOH Fumiyasu + * BUG 4720: Fix smbclient connections to share names containing + multibyte characters. o Steve Langasek @@ -328,7 +351,9 @@ o Steve Langasek o Volker Lendecke * Fix record state check error when reviewing entries in nmbd's WINS database. - + * Revert 'net idmap dump' behavior to 3.0.24 behavior to fix change + in command line syntax that would overwrite winbindd_idmap.tdb. + o Justin Maggard * Don't expire a password if it's explicitly set as ACB_PWNOTREQ. -- 2.11.4.GIT