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.39 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.40
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.39	Sun Aug 28 16:46:39 2005
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Sun Sep  4 00:51:49 2005
***************
*** 1,3 ****
--- 1,30 ----
+ Since 1.4.0 rc2: 1.4.0 rc3 released (4 Sep 2005)
+ 
+  * add support for '/' instead of '\' in pioctl() calls
+ 
+  * Apply AFS Client Admins group protect to AFS Shell Extension
+ 
+  * Add support for \\afs\<name> to most AFS Shell Extension 
+    commands except the symlink methods. 
+ 
+  * when installing the Microsoft Loopback Adapter, enable
+    MS Client for Networks and prevent an install failure 
+    by not calling CoInitialize twice in the same thread.
+ 
+  * reload cell vldb values from the CellServDB every two
+    hours in case it changes
+ 
+  * When updating cell information from DNS, be sure to set 
+    a new timeout.
+ 
+  * Add support to allow use of \\AFS\<foo> where <foo> is 
+    either a mount point or symlink.   As <foo> is normally 
+    treated as a share name, we transform it into \\AFS\all\<foo> 
+    for processing.
+ 
+  * Init 'code' to prevent false errors when integrated logon 
+    is disabled and the service is not running
+ 
  Since 1.4.0 rc1: 1.4.0 rc2 released (28 Aug 2005)
  
   * Removed trace log messages that were hampering performance.
Index: openafs/doc/txt/winnotes/afs-install-notes.txt
diff -c openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.27 openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.28
*** openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.27	Wed Aug 17 06:24:33 2005
--- openafs/doc/txt/winnotes/afs-install-notes.txt	Sun Sep  4 00:54:28 2005
***************
*** 673,678 ****
--- 673,685 ----
    Execute "fs trace -on" to clear to the log and "fs trace -dump" to
    output the contents of the log to the file.
  
+   An alternatve option to the use of "fs trace" is to use a tool such as
+   Sysinternal's DbgView to capture real-time debugging output.  Set Bit 2
+   of the TraceOption value in the registry to activate.
+ 
+     [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters]
+     REG_DWORD   TraceOption = 0x04
+ 
  
  * Microsoft MiniDumps (fs minidump -> %WinDir%\TEMP\afsd.dmp)
  
***************
*** 687,693 ****
  
    If you are having trouble with the Integrated Logon operations 
    it is often useful to be able to obtain a log of what it is attempting
!   to do.   The registry value:
  
      [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters]
      REG_DWORD   TraceOption = 0x01
--- 694,700 ----
  
    If you are having trouble with the Integrated Logon operations 
    it is often useful to be able to obtain a log of what it is attempting
!   to do.   Setting Bit 0 of the registry value:
  
      [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters]
      REG_DWORD   TraceOption = 0x01
