From a7821f0bb503acf6c10547aeb29952768ef1127c Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 14 Mar 2011 22:55:26 -0400 Subject: [PATCH] Windows: 1.6pre3 changes Change-Id: Ia4d504c2f9478f88c219375b92cdcb203defddfc Reviewed-on: http://gerrit.openafs.org/4228 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/txt/winnotes/afs-changes-since-1.2.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index e3024f360..48d591a3a 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,23 @@ +Since 1.5.9902 (1.6pre2) + * rx calls issued on a busy call channel are now specially + handled and logged. All calls are automatically retried. + + * The vos support for multi-homed servers was incorrectly + implemented. The changes have been reverted. + + * Avoid wasting cm_buf_t objects and associated data buffers + for obtaining mountpoint and symlink target strings. Instead + read them directly into the cm_scache_t mountPointTarget + buffer. + + * Optimize the evaluation of mountpoint and symlink targets + by skipping the FetchStatus and a full round-trip if + the cache manager does not have valid status information + for the object. + + * Fix the abstraction of cm_FreelanceAddMount() by passing + in volume names that do not include the trailing dot. + Since 1.5.78 [there was no 1.6pre1 for Windows] -- 2.39.5