From 0263a96a987032bf8a04ce47bc3c70afebd87125 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 22 Mar 2011 02:04:46 -0700 Subject: [PATCH] Update NEWS for 1.6.0pre3 release Add additional NEWS entries from the 1.6.0pre3 release notes. Reviewed-on: http://gerrit.openafs.org/4270 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit d4e8b729d8f216e9f033e95194740ff4cb566688) Change-Id: Ic64819d6182c57e081e0e0d85c3629a3f7c11ed3 Reviewed-on: http://gerrit.openafs.org/4310 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- NEWS | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 35422f8cc9..503ac25d89 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ OpenAFS 1.6.0 (in progress) * Don't stop Rx keepalives after an ackall is received, avoiding spurious connection timeouts. (128848) - * Don't retry Rx calls on channels returning busy errors. (128671) + * Don't retry Rx calls on channels returning busy errors and improve + Rx busy call channel error handling. (128671) * Properly enable Rx connection hard timeouts. @@ -18,6 +19,12 @@ OpenAFS 1.6.0 (in progress) * Avoid spurious crashes when initializing in "backup" client. + * Revert UUID support in vos. + + * pt_util fixed to properly create new databases. + + * MTU discovery now properly shut down on call reset. + All server platforms * Fix ptserver supergroups support on 64 bit platforms. @@ -49,6 +56,19 @@ OpenAFS 1.6.0 (in progress) * Avoid erroneous full dump by remembering which sites were out of date at the start of the release. + * A deleted volume can now be recreated properly. + + * Callbacks are again not broken during whole partition salvages. + + * Positional vectored IO fixed for largefile (>2GB) capable systems. + + * Fileserver per-client thread usage again properly enforced. + + * Anonymous dropbox support improved and drawbacks documented. + + * Demand attach: ensure vnodes are not reallocated while in use due to + volume bitmap errors. + Microsoft Windows: * afs_config will not longer set the Tray Icon State in the registry @@ -97,6 +117,8 @@ OpenAFS 1.6.0 (in progress) * Fix creation of mount points and symlinks as \\AFS\xxxx + * Icon tray state now conditionally set. (128591) + All UNIX client platforms * Servers now marked down when GetCapabilities returns error. @@ -110,6 +132,8 @@ OpenAFS 1.6.0 (in progress) * Avoid a panic in memcache mode due to missing CellItems file. + * FUSE client support fixed for non-/afs mounts. + FreeBSD * Fix socket termination on shutdown. @@ -146,6 +170,9 @@ OpenAFS 1.6.0 (in progress) * Avoid extra runs of vcache freeing routine. (128756) + * Perform vcache eviction via a fast path before visiting vcaches + where sleep is needed. + MacOS * Properly handle setpag errors. PAGs are not supported. @@ -155,6 +182,8 @@ OpenAFS 1.6.0 (in progress) * Disable "get tokens at login" in prefs pane if AD authentication plugin is configured. + * aklog AuthorizationPlugin now provided. + OpenBSD * Bug fixes for issues introduced previously in 1.5 series. @@ -168,6 +197,10 @@ OpenAFS 1.6.0 (in progress) * Fix support for Solaris pre-10. + * Corrected Solaris 11 startup script. + + * vcache mappings freed on shutdown to avoid panic. + OpenAFS 1.5.78 (2010-11-04)