From c81ad62799f45701e5c07d98c05ff8033c2baacf Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 27 Apr 2005 16:28:49 +0000 Subject: [PATCH] STABLE14-winnotes-20050427 more updates (cherry picked from commit bd6345779e38b4de1d7b83269cace93ccc8bfb8a) --- doc/txt/winnotes/afs-changes-since-1.2.txt | 24 ++++++++++++++++++++++ doc/txt/winnotes/afs-install-notes.txt | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 7d3151495a..4811671d84 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 46cae6403b..ad1d8a1a53 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