ptserver: Tidy header includes
[openafs.git] / NEWS
diff --git a/NEWS b/NEWS
index 35422f8..503ac25 100644 (file)
--- 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)