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.56 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.59
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.56	Tue Jan 24 12:19:09 2006
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Tue Feb 14 08:26:49 2006
***************
*** 1,3 ****
--- 1,61 ----
+ Since 1.4.1 rc6: 1.4.1 rc7 released (14 Feb 2006)
+ 
+  * The client manager maintains a least recently used list of
+    all the ACLs.  If an ACL is already the most recently used
+    do not bother to remove it from the list and place it on the
+    front.
+ 
+  * As part of the process of adding a new server, set the 
+    server is down flag and then perform a ping.  If the server
+    is up, the flag will be reset.  If the server is down, the
+    client will not timeout unnecessarily while attempting to
+    perform real work.
+ 
+  * If a Mountpoint String is the empty string, return PATH NOT 
+    FOUND.
+ 
+  * Modify behavior of the Network Provider to avoid querying the
+    profile location if integrated logon is known to be disabled.
+ 
+  * Correct behavior of 'LogoffPreserveTokens'.  When set, tokens
+    will always be preserved regardless of whether or not integrated
+    logon was used to obtain tokens.  When unset, tokens will be 
+    destroyed regardless of whether integrated logon was used to 
+    obtain the tokens unless the profile is stored in AFS.
+ 
+  * Disable LogoffTransferToken functionality.  The SMB V3 Logoff
+    message is being delivered even when the user is not logging
+    off of the computer.  
+ 
+  * Fix a deadlock condition introduced in rc6.
+ 
+  * Cell names are case-insensitive.  Since the founding of OpenAFS
+    there has been a bug that treated "cell", "Cell", and "CELL" as
+    different cells.  This would result in what appeared to be 
+    random disappearance of user tokens or a failure to authenticate
+    even when tokens were listed by the "tokens" command.
+ 
+ Since 1.4.1 rc5: 1.4.1 rc6 released (2 Feb 2006)
+ 
+  * Additional auditing of the smb code revealed that smb ioctl
+    operations were failing to free smb_fid_t objects
+ 
+  * The File Identifiers assigned to smb_fid_t objects could be
+    given the value 65535 which is 0xFFFF which is also the 
+    INVALID_HANDLE value.  Both 0 and 65535 are now treated as
+    reserved values.
+ 
+  * Audited all assignments to fields and ensured that they are
+    protected by obtaining the relevant mutex object.
+ 
+  * Re-wrote the VNOVNODE handling to avoid a potential deadlock
+    if both the current cm_scache_t object and its parent are
+    both returning VNOVNODE.
+ 
+  * Removed all the logic associated with the 'dead_vcp' variable
+    which must have been added for debugging because its used 
+    was never thread safe and it truly served no purpose.
+ 
  Since 1.4.1 rc4: 1.4.1 rc5 released (25 Jan 2006)
  				    
   * Re-enabled LogoffTokenTransfer and LogoffTokenTransferTimeout
