From: Jeffrey Altman Date: Fri, 6 Oct 2006 18:10:01 +0000 (+0000) Subject: STABLE14-windows-notes-20061006 X-Git-Tag: openafs-stable-1_4_2~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=901b4e1a58cd551fed30e84e4cd06ebad3dd9e97;p=packages%2Fo%2Fopenafs.git STABLE14-windows-notes-20061006 notes for 1.4.2 --- diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 010b3d228..107626d75 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,24 @@ +Since 1.4.2-rc4 (1.4.2 released 7 Oct 2006) + + * Disable DNS Registrations for the Loopback Adapter and make sure + that Netbios is turned on during installation. + + * Track thread id on read/write locks for debugging + purposes + + * Change trace log end of line to CR-LF so that the log can + be read with notepad.exe + + * increase the number of buffers checked in any one pass + of the background synchronization thread to 1/10th per + five second period + + * fix a stat cache entry reference count leak when the + file server returns VNOVNODE + + * in an obscure error case, obtain the correct lock so + that when we free it we don't panic + Since 1.4.2-rc3: (1.4.2-rc4 released 16 Sep 2006) * No changes