]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update NEWS for 1.8.0 final release
authorBenjamin Kaduk <kaduk@mit.edu>
Sat, 10 Mar 2018 00:32:29 +0000 (18:32 -0600)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 6 Apr 2018 01:21:12 +0000 (21:21 -0400)
Change-Id: I70d73b832cd69395c712b42a391cd4d6d3ea4c8f
Reviewed-on: https://gerrit.openafs.org/12953
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
NEWS

diff --git a/NEWS b/NEWS
index f5c76eb9ab2526f66549b122533833c22239bb3e..1c64059fc0cfd68744edf1eece15a727063c58cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        User-Visible OpenAFS Changes
 
-OpenAFS 1.8.0pre5
+OpenAFS 1.8.0
 
   All Platforms
 
@@ -128,6 +128,7 @@ OpenAFS 1.8.0pre5
       - Move the legacy kaserver and related programs to separate sub-packages,
         which are only built when rpmbuild is given the '--with kauth' option
         (12600, 12872)
+      - Package the libuafs perl bindings (12921)
 
     * Add a new protection error code (PRNAMETOOLONG) instead of silently
       truncating names which exceed the maximum name length (PR_MAXNAMELEN).
@@ -348,6 +349,9 @@ OpenAFS 1.8.0pre5
       pressure on cache usage, avoiding d_invalidate(), which can cause
       getcwd() failures on RHEL 7.4.
 
+    * Apply a workaround to be compatible with RHEL 7.5's KABI preservation
+      strategy for reading directories.
+
     * Improve error reporting when encountering corrupt directories.
 
     * Improve rx error handling in the Linux cache manager.