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.40 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.42
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.40	Sun Sep  4 00:51:49 2005
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Wed Sep 14 00:43:41 2005
***************
*** 1,3 ****
--- 1,13 ----
+ Since 1.4.0 rc3: 1.4.0 rc4 released (14 Sep 2005)
+ 
+  * The AFSCache file has been modified to store both the
+    serial number of the volume on which the file resides
+    and the SID of the local machine.   If either change,
+    a new UUID is generated.
+ 
+  * add "fs flushall" command that forces all data buffers
+    to be flushed.
+ 
  Since 1.4.0 rc2: 1.4.0 rc3 released (4 Sep 2005)
  
   * add support for '/' instead of '\' in pioctl() calls
Index: openafs/doc/txt/winnotes/afs-install-notes.txt
diff -c openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.28 openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.30
*** openafs/doc/txt/winnotes/afs-install-notes.txt:1.11.2.28	Sun Sep  4 00:54:28 2005
--- openafs/doc/txt/winnotes/afs-install-notes.txt	Wed Sep 14 00:43:41 2005
***************
*** 594,600 ****
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np"
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp"
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp"
!    HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_http"
  
  
  40. 1.3.83 adds a new command, "fs minidump".  This command can be used at any 
--- 594,600 ----
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np"
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp"
     HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp"
!    HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_http"
  
  
  40. 1.3.83 adds a new command, "fs minidump".  This command can be used at any 
***************
*** 603,608 ****
--- 603,624 ----
  AFS Client Service when it is unresponsive to SMB/CIFS requests.
  
  
+ 41. The Windows AFS client implements Universally Unique Identifiers (UUIDs).
+ They are used to provide the server with a method of identifying the client
+ that is independent of IP address.  The UUID is generated when the AFSCache
+ file is created and is maintained as long as the contents of the AFSCache
+ file are kept intact.  The UUID is stored in the AFSCache file.   When 
+ cloning machines that have Windows AFS client installed, the AFSCache files
+ must be deleted as part of the cloning process.
+ 
+ 
+ 42. The performance of the AFS Client Service is significantly affected by
+ the access times associated with the AFSCache paging file.   When given the
+ choice, the AFSCache file should be placed on a fast disk, preferably NTFS,
+ the file should not be compressed and should consist of as few fragments as
+ possible.   Significant performance gains can be achieved by defragmenting
+ the AFSCache file with Sysinternal's Contig utility.
+ 
  ------------------------------------------------------------------------
  
  How to Debug Problems with OpenAFS for Windows:
