From 4e2074b7bff9371809d13c56fd6725fc4df99180 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: I87b1e29f26e1785fe7ab09c3641d7ad4281f9be8 Reviewed-on: http://gerrit.openafs.org/4227 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 1de43520fd..c866bb8fbd 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]