From: Jeffrey Altman Date: Wed, 27 Apr 2005 16:28:49 +0000 (+0000) Subject: STABLE14-winnotes-20050427 X-Git-Tag: openafs-devel-1_3_82~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c81ad62799f45701e5c07d98c05ff8033c2baacf;p=packages%2Fo%2Fopenafs.git STABLE14-winnotes-20050427 more updates (cherry picked from commit bd6345779e38b4de1d7b83269cace93ccc8bfb8a) --- diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 7d3151495..4811671d8 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,4 +1,28 @@ Since 1.3.81: + * Fix a race condition in cm_EndCallbackGrantingCall() that + could leave 'nrevp' pointing to freed memory. In the process, + optimize the processing to ensure that the applications monitoring + the status of the stat cache entry are only notified at most + once. + + * Conditionalize access to the Explorer Shell AFS->Mount Point + ->Remove menu item. Disable the item if the selected item(s) + are not mount points. + + * Activate AFS RPC (RX) Free Packet Queues stored in Thread + Local Storage. This eliminates thread contention on the + global RX free packet queue. This should improve performance + on multi-CPU systems. + + * Fix the IP address filtering code to properly load/unload + the IPHelper DLL so that Windows XP/2003 and beyond systems + do not have to manually probe the registry. + + * CleanupACLEnt() was not being called consistently with + the cm_scache_t object referred to by the back pointer + mutex locked. This could in very rare conditions lead to + an invalid memory access. + * Added a script command to the msi installer "afs_replace" which can be used to replace one version of OpenAFS with another without requiring an uninstall and reinstall if diff --git a/doc/txt/winnotes/afs-install-notes.txt b/doc/txt/winnotes/afs-install-notes.txt index 46cae6403..ad1d8a1a5 100644 --- a/doc/txt/winnotes/afs-install-notes.txt +++ b/doc/txt/winnotes/afs-install-notes.txt @@ -1,4 +1,4 @@ -OpenAFS for Windows 1.3.81 Installation Notes +OpenAFS for Windows 1.3.82 Installation Notes --------------------------------------------- The OpenAFS for Windows product was very poorly maintained throughout the