X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Ftxt%2Fwinnotes%2Fafs-changes-since-1.2.txt;h=03d145cdd7544cc1807fa5da39bdebdf6743c33a;hp=e867d03b3a355a3b54e972dd1d6a7862219c502b;hb=2da4a84732acc3b049aab59ade3edf01cecb7669;hpb=3d43d87010a64fe6bf673cfc84bce14a0e8c1b51 diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index e867d03..03d145c 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,9 +1,22 @@ Since 1.3.85: + * Optimize calls to cm_CheckServer from cm_Analyze. Only check + down servers for the current cell not all cells. + + * If the scache LRU list becomes corrupted, the AFS Client Service + might enter an infinite loop at startup. Detect the corruption + and discard the cache contents in this case. + + * Fixed the Explorer Shell's remove mountpoint functionality. + * Fixed a deadlock caused by the holder of cm_aclLock attempting to obtain a mutex lock on a cm_scache_t object whose lock is held by a thread attempting to obtain the cm_aclLock. Since 1.3.84: + * Really fixed DNS AFSDB queries to ensure that "csail" cannot be + misinterpretted as "csail.mit.edu" when the resolver + is configured to append ".mit.edu" to failed DNS queries. + * Added a new registry key, "LogoffPreserveTokens" (see registry.txt), that can be used to force the preservation of user tokens upon logout.