From 7037c2210d7f71133b3a311083f1a9bd8ae1e0ed Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 3 Jul 2006 18:12:31 +0000 Subject: [PATCH] STABLE14-windows-notes-20060703 notes --- doc/txt/winnotes/afs-changes-since-1.2.txt | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index e38d40bd85..cc93fac841 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,34 @@ +Since 1.4.2-beta1: + * move headers, libraries, and samples from OpenAFS\Client to + OpenAFS\SDK + + * remove the auto-registration of AFS IDs for foreign cells + from integrated logon. this permits afslogon.dll to avoid + initializing the RX library. afslogon.dll is a network + provider library and as such it is loaded into all applications + which perform a CreateProcessAsUser call. Initializing the + RX library spawns background threads to listen for inbound + packets. When the network provider is unloaded from the + process, the RX library does not cleanup the threads. If they + continue to execute after the library is unloaded, the process + will crash. + + * prevent a crash when evaluating mountpoints to volumes that do not + exist + + * "over quota" and "disk full" errors were not being reported to the + caller. + + * move help files to the proper location so they can be located by + the system tray tool and the control panel. + + * Prevent a panic caused by cm_SyncOp returning unlocked buffers. + + * Fix vlserver failover when mounting root.afs volume (Freelance + mode disabled) + + * Allow Freelance Scache entries to be recycled + Since 1.4.1d: * A deadlock was detected when performing "fs flushall" if the @@ -27,6 +58,8 @@ Since 1.4.1d: * In cm_GetNewSCache, do not allow Freelance SCache entries to be recycled. Choose a new entry if cm_RecycleSCache fails. + + Since 1.4.1c: 1.4.1d (2 June 2006) * Add a missing lock that was lost during the pullup