<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: openafs/doc/txt/winnotes/afs-changes-since-1.2.txt
diff -c openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.38 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.39
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.38	Wed Aug 17 06:26:48 2005
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Sun Aug 28 16:46:39 2005
***************
*** 1,3 ****
--- 1,19 ----
+ Since 1.4.0 rc1: 1.4.0 rc2 released (28 Aug 2005)
+ 
+  * Removed trace log messages that were hampering performance.
+ 
+  * Fixed a deadlock that was being triggered by editing Word 
+    documents stored within AFS with WinWord 2003.
+ 
+  * Bit 3 of the TraceOption registry value is now used to set the
+    default for "fs trace" in the non-Debug builds.  The new default
+    is off for release builds and on for debug builds.
+ 
+  * Bit 2 of the TraceOption registry value can be used to turn on
+    real-time output of debug log entries to the Windows Debug
+    Output monitor interface.  This data can be viewed with tools
+    such as Sysinternal's DbgView.
+ 
  Since 1.3.87: 1.4.0 rc1 released (17 Aug 2005)
   * When the cache manager reports ALLBUSY or ALLOFFLINE for
     a resource we should not be returning status codes such
Index: openafs/doc/txt/winnotes/registry.txt
diff -c openafs/doc/txt/winnotes/registry.txt:1.18.2.11 openafs/doc/txt/winnotes/registry.txt:1.18.2.13
*** openafs/doc/txt/winnotes/registry.txt:1.18.2.11	Wed Aug 17 06:24:33 2005
--- openafs/doc/txt/winnotes/registry.txt	Sat Aug 27 23:45:14 2005
***************
*** 284,296 ****
  
  
  Value  : TraceOption
! Type   : DWORD {0, 1, 2, 3}
  Default : 0
  
    Enables logging of debug output to the Windows Event Log.
    Bit 0 enables logging of "Logon Events" processed by the Network Provider
    and Winlogon Event Notification Handler.  
    Bit 1 enables logging of events captured by the AFS Client Service.
  
  Value   : AllSubmount
  Type    : DWORD {0, 1}
--- 284,299 ----
  
  
  Value  : TraceOption
! Type   : DWORD {0-15}
  Default : 0
  
    Enables logging of debug output to the Windows Event Log.
    Bit 0 enables logging of "Logon Events" processed by the Network Provider
    and Winlogon Event Notification Handler.  
    Bit 1 enables logging of events captured by the AFS Client Service.
+   Bit 2 enables real-time viewing of "fs trace" logging with DbgView 
+   or similar tools.
+   Bit 3 enables "fs trace" logging on startup.
  
  Value   : AllSubmount
  Type    : DWORD {0, 1}
</pre></body></html>