From: Jeffrey Altman Date: Tue, 15 Mar 2011 02:55:26 +0000 (-0400) Subject: Windows: 1.6pre3 changes X-Git-Tag: debian/1.6.0.pre3-1~5^2^2~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a7821f0bb503acf6c10547aeb29952768ef1127c;p=packages%2Fo%2Fopenafs.git Windows: 1.6pre3 changes Change-Id: Ia4d504c2f9478f88c219375b92cdcb203defddfc Reviewed-on: http://gerrit.openafs.org/4228 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- 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]