STABLE14-windows-notes-20061006

notes for 1.4.2
This commit is contained in:
Jeffrey Altman 2006-10-06 18:10:01 +00:00
parent edf2edb7a2
commit 901b4e1a58

View File

@ -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