From: Benjamin Kaduk Date: Sat, 10 Mar 2018 00:32:29 +0000 (-0600) Subject: Update NEWS for 1.8.0 final release X-Git-Tag: upstream/1.8.0^2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a08327fe2e74269d26eef1cddd7c9f9b7efa96e2;p=packages%2Fo%2Fopenafs.git Update NEWS for 1.8.0 final release Change-Id: I70d73b832cd69395c712b42a391cd4d6d3ea4c8f Reviewed-on: https://gerrit.openafs.org/12953 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- diff --git a/NEWS b/NEWS index f5c76eb9a..1c64059fc 100644 --- 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.