Index: openafs/doc/man-pages/generate-man
diff -c openafs/doc/man-pages/generate-man:1.1.2.2 openafs/doc/man-pages/generate-man:1.1.2.3
*** openafs/doc/man-pages/generate-man:1.1.2.2	Thu Jan  5 13:53:20 2006
--- openafs/doc/man-pages/generate-man	Wed Mar  8 15:20:18 2006
***************
*** 13,23 ****
      exit 1
  fi
  
! if ! pod2man pod1/afs.pod > /dev/null ; then
      echo 'pod2man not found, skipping man page generation' >&2
      exit 1
  fi
! if ! perl -e 'use Pod::Man 2.04' > /dev/null 2>&1 ; then
      echo 'Pod::Man is older than the recommended version of 2.04 or later' >&2
      echo 'Continuing with man page generation anyway' >&2
  fi
--- 13,27 ----
      exit 1
  fi
  
! if pod2man pod1/afs.pod > /dev/null ; then
!     :
! else
      echo 'pod2man not found, skipping man page generation' >&2
      exit 1
  fi
! if perl -e 'use Pod::Man 2.04' > /dev/null 2>&1 ; then
!     :
! else
      echo 'Pod::Man is older than the recommended version of 2.04 or later' >&2
      echo 'Continuing with man page generation anyway' >&2
  fi
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.60 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.61
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.60	Fri Feb 17 10:31:04 2006
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Fri Mar 10 14:14:11 2006
***************
*** 1,3 ****
--- 1,24 ----
+ Since 1.4.1 rc9:  1.4.1 rc10 released (10 March 2006)
+ 
+  * Fix the rx-lwp implementation to randomly generate rx call
+    identifiers which are supposed to be unique at a given point
+    in time.  This affects some of the command line tools used
+    for debugging but not the AFS Client Service itself which
+    uses the rx-pthreads implementation.
+ 
+  * xstats_fs_test.exe and xstats_cm_test.exe are now built for
+    Windows although they are not distributed
+ 
+  * don't generate an exception when logging unexpected SMB packets
+ 
+  * the data structures used by cm_IoctlGetVolumeStatus and 
+    cm_IoctlSetVolumeStatus are not compatible with the CIFS
+    Get/Set File Information calls so don't bother executing them.
+ 
+ Since 1.4.1 rc8:
+ 
+  * Nothing
+ 
  Since 1.4.1 rc7: 
  
   * Windows will return WSAECONNRESET to the next receive packet
