From 9bb874fc2c51907542c1bbafa2377f3aabf9bb20 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 18 May 2005 23:27:19 +0000 Subject: [PATCH] windows-notes-20050518 1.3.8300 --- doc/txt/winnotes/afs-changes-since-1.2.txt | 13 +++++++++++++ doc/txt/winnotes/afs-install-notes.txt | 2 +- doc/txt/winnotes/msi-deployment-guide.txt | 4 ++-- doc/txt/winnotes/registry.txt | 11 +++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 1262699..9668edd 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,4 +1,17 @@ Since 1.3.82: + * A race condition in the rx library was fixed that resulted in + a deadlock in rx_NewCall when the RX_CONN_MAKECALL_WAITING flag + was cleared when threads were still waiting to use the + connection. Also, fixed a potential case in which the + connection could be destroyed while threads were waiting to use it. + + * The DNLC freelist has been seen to become corrupted with still + active entries being stored on the freelist. Changes were made + to perform a better job of cleaning entries before placing them + onto the freelist; marking them with the correct magic value when + purging the list; and allowing the list to be purged on startup + if the cache validation fails. + * Windows Crash Reporting does not get triggered for afsd_service.exe because it provides its own top level exception handler. This patch places an explicit call to ReportCrash() on platforms which support diff --git a/doc/txt/winnotes/afs-install-notes.txt b/doc/txt/winnotes/afs-install-notes.txt index aa9ca79..ffb7b01 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.8201 Installation Notes +OpenAFS for Windows 1.3.8300 Installation Notes --------------------------------------------- The OpenAFS for Windows product was very poorly maintained throughout the diff --git a/doc/txt/winnotes/msi-deployment-guide.txt b/doc/txt/winnotes/msi-deployment-guide.txt index 35656ab..61a6cc7 100644 --- a/doc/txt/winnotes/msi-deployment-guide.txt +++ b/doc/txt/winnotes/msi-deployment-guide.txt @@ -85,7 +85,7 @@ OpenAFS for Windows (edit the openafs-modified.msi to include the necessary changes) - > msitran -g openafs-modified.msi openafs.msi openafs-transform.mst + > msitran -g openafs.msi openafs-modified.msi openafs-transform.mst (generates openafs-transform.mst, which is the transform) @@ -687,7 +687,7 @@ OpenAFS for Windows MSI package is 'openafs-en_US.msi'. Generates transform 'openafs-transform.mst') - > msitran.exe -g openafs-en_US.msi openafs-en_US_new.msi openafs-transform.mst glpruw + > msitran.exe -g openafs-en_US.msi openafs-en_US_new.msi openafs-transform.mst See the Platform SDK documentation for information on command line options for MSITRAN.EXE. diff --git a/doc/txt/winnotes/registry.txt b/doc/txt/winnotes/registry.txt index acf7ad6..72e7792 100644 --- a/doc/txt/winnotes/registry.txt +++ b/doc/txt/winnotes/registry.txt @@ -844,6 +844,17 @@ Function: Shortcut_FixStartup user value is checked first; if it does not exist the local machine value is checked. + The following subset of the command line options are appropriate for + use in this registry setting: + + -A = autoinit + -M = renew drive maps + -N = ip address change detection + -Q = quiet mode. do not display start service dialog + if afsd_service is not already running + -S = show tokens dialog on startup + -Z = unmap drives + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] -- 1.9.4