Unused variable warning fixes
[openafs.git] / NEWS
diff --git a/NEWS b/NEWS
index 35422f8..a047eb4 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,8 +19,20 @@ 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.
+
+    * Documentation updates.
+
   All server platforms
 
+    * A file descriptor leak which could result in corrupted files in the
+      fileserver was fixed. An IMMEDIATE upgrade from previous 1.6 release
+      candidates as well as 1.5 release fileserver is recommended.
+
     * Fix ptserver supergroups support on 64 bit platforms.
 
     * Demand attach salvaging doesn't use freed volume pointers.
@@ -49,6 +62,24 @@ 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.
+
+    * Properly support large volume numbers (larger than 2147483647).
+
+    * Allow salvager to be run manually again when DAFS is being
+      used. (129458)
+
   Microsoft Windows:
 
     * afs_config will not longer set the Tray Icon State in the registry
@@ -97,6 +128,12 @@ OpenAFS 1.6.0 (in progress)
 
     * Fix creation of mount points and symlinks as \\AFS\xxxx
 
+    * Icon tray state now conditionally set. (128591)
+
+    * Properly create new cell mount points in freelance mode.
+
+    * Avoid recursive offline volume checks.
+
   All UNIX client platforms
 
     * Servers now marked down when GetCapabilities returns error.
@@ -110,6 +147,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.
@@ -128,6 +167,8 @@ OpenAFS 1.6.0 (in progress)
 
     * Fix locking issues at shutdown.
 
+    * New RC script, updated packaging.
+
   Linux
 
     * Support through kernel 2.6.38.
@@ -146,6 +187,13 @@ 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.
+
+    * Improve RPM building tools.
+
+    * setpag() errors are now properly reported.
+
   MacOS
 
     * Properly handle setpag errors.  PAGs are not supported.
@@ -155,6 +203,16 @@ OpenAFS 1.6.0 (in progress)
     * Disable "get tokens at login" in prefs pane if AD authentication
       plugin is configured.
 
+    * aklog AuthorizationPlugin now provided.
+
+    * Preferences Pane behavior fixed for 1.6 series (version detection is
+      used to select default behavior).
+
+    * A potential kernel panic during bulkstat operations is
+      fixed. (128511)
+
+    * 64-bit MacOS kernel performance is greatly improved. (128934)
+
   OpenBSD
 
     * Bug fixes for issues introduced previously in 1.5 series.
@@ -168,6 +226,12 @@ 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.
+
+    * Properly report errors for AFS system call callers.
+
 
 OpenAFS 1.5.78 (2010-11-04)