From: Jeffrey Altman Date: Fri, 9 May 2008 00:01:30 +0000 (+0000) Subject: DEVEL15-windows-notes-20080508 X-Git-Tag: openafs-devel-1_5_50~135 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6545f25d253e45c7222098ad3ce6e405b5673c78;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-notes-20080508 LICENSE MIT 1.5.36 --- diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index edc63bc54..fbc73d6f0 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,22 @@ +Since 1.5.35 + * Update CellServDB file to GCO Public 23 Apr 2008 + + * Fix a cm_buf_t reference count leak when attempts to write + dirty buffers to the file server from within cm_IncrSyncer() + fail. + + * Prevent udebug from crashing. + + * Activate RX Idle Timeouts. If the file server is busy for more + then 30 seconds, attempt to failover to another server without + marking the busy server down. + + * Another VNOVNODE issue fixed. When writing a dirty buffer + to the file server, if VNOVNODE is received, mark all buffers + as invalid without further attempts to contact the file server. + + * Improved performance on high latency links. + Since 1.5.34 * Fix a bug preventing the re-initialization of the Freelance root.cell contents when a change is made.