]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update NEWS for 1.8.1
authorBenjamin Kaduk <kaduk@mit.edu>
Sat, 28 Jul 2018 15:13:13 +0000 (10:13 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 28 Jul 2018 21:16:04 +0000 (17:16 -0400)
Change-Id: I341cf2a5e02874629ceee2c9e46d4f764e3494fa
Reviewed-on: https://gerrit.openafs.org/13265
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
NEWS

diff --git a/NEWS b/NEWS
index e9e679f9b303e4f6e12008ad7a2956d0b403856d..0f9f332500de84628553b50b69d2cb8c570f450b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        User-Visible OpenAFS Changes
 
-OpenAFS 1.8.1 (in progress)
+OpenAFS 1.8.1
 
   All Platforms
 
@@ -19,6 +19,8 @@ OpenAFS 1.8.1 (in progress)
     * Fix reference counting error that could cause an assertion failure
       in some workloads.
 
+    * vldb_check -fix will no longer corrupt the vldb when multiple MH blocks are present.
+
     * Assorted cleanups and efficiency improvements in the ubik implementation.
 
     * Return a valid InlineBulkStatus response in error cases.
@@ -29,10 +31,17 @@ OpenAFS 1.8.1 (in progress)
 
     * Fix volume callbacks (e.g., when running 'vos release').
 
+    * Treat failure to obtain a DSlot as a hard error for that cache partition,
+      avoiding a flood of "disk cache read error in CacheItems" log messages,
+      and reducing the chance of subsequent panic.
+
     * Improve error messages for invalid values with -volume-ttl.
 
     * Remove useless error message:
-      "find_preferred_connection: no connection and !create"
+      "find_preferred_connection: no connection and !create".
+
+    * Avoid passing NULL to a kernel memory deallocator, which is not guaranteed
+      to be safe on all systems.
 
   Linux
 
@@ -44,6 +53,8 @@ OpenAFS 1.8.1 (in progress)
 
     * Improvements to the RPM packaging.
 
+    * Detect out-of-memory when using kernel pages for writing.
+
   Solaris
 
     * Fix various issues in the build process for recent Solaris versions.