Index: openafs/doc/man-pages/pod1/rxdebug.pod
diff -c openafs/doc/man-pages/pod1/rxdebug.pod:1.4 openafs/doc/man-pages/pod1/rxdebug.pod:1.4.2.1
*** openafs/doc/man-pages/pod1/rxdebug.pod:1.4	Wed Mar  1 00:02:30 2006
--- openafs/doc/man-pages/pod1/rxdebug.pod	Fri Aug  4 00:10:01 2006
***************
*** 16,22 ****
  
  B<rxdebug> S<<< B<-s> <I<server machine>> >>> S<<< [B<-po> <I<IP port>>] >>> [B<-nod>]
      [B<-a>] [B<-r>] [B<-onlys>] [B<-onlyc>] S<<< [B<-onlyp> <I<show only port>>] >>>
!     S<<< [B<-onlyh> <I<show only host>>] >>> [-onlya <I<show only auth level>>]
      [B<-v>] [B<-noc>] [B<-pe>] [B<-h>]
  
  =for html
--- 16,22 ----
  
  B<rxdebug> S<<< B<-s> <I<server machine>> >>> S<<< [B<-po> <I<IP port>>] >>> [B<-nod>]
      [B<-a>] [B<-r>] [B<-onlys>] [B<-onlyc>] S<<< [B<-onlyp> <I<show only port>>] >>>
!     S<<< [B<-onlyh> <I<show only host>>] >>> S<<< [B<-onlya> <I<show only auth level>>] >>>
      [B<-v>] [B<-noc>] [B<-pe>] [B<-h>]
  
  =for html
Index: openafs/doc/txt/winnotes/afs-changes-since-1.2.txt
diff -c openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.3 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.4
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.3	Fri Jul 28 12:26:51 2006
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Wed Aug  9 23:56:26 2006
***************
*** 1,3 ****
--- 1,31 ----
+ Since 1.5.4/1.5.5:
+ 
+  * integrated logon could cause winlogin.exe to blue screen windows
+    if it was called with a domain that does not exist on the machine.
+    this is possible during a sysprep.
+ 
+  * corrections to cm_buf_t handling to ensure that buffers are
+    removed from queues before they are freed and that holds are
+    obtained on the next buffer in a chain before releasing the
+    current one.
+ 
+  * do not generate MessageBox dialogs on network errors.  they 
+    cause more trouble then they are worth.
+ 
+  * move GlobalAutoMapper into a separate thread so that it does
+    not prevent service startup if the WNetAddConnection2 call
+    does not return.
+ 
+  * restrict hard dead and connection timeouts to the CIFS Session
+    Timeout value.  This is being done to try to prevent virtual 
+    circuits from being destroyed prematurely.
+ 
+  * Fix the code that writes the backconnectionhostnames value
+    to ensure that the data buffer is written with the correct 
+    length.
+ 
+  (there were no windows specific changes between 1.5.4 and 1.5.5)
+ 
  Since 1.5.3:
  
   * Corrections to the Integrated Logon functionality that permits
