diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 010b3d2283..107626d755 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