From 90bc3cf9355e3f60455d744b3e00315507e17b92 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Tue, 26 Dec 2017 17:41:59 -0600 Subject: [PATCH] Update NEWS for 1.8.0pre4 Change-Id: I0ba71b1e837309b36db39895914b6a8b9380a81f Reviewed-on: https://gerrit.openafs.org/12836 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Benjamin Kaduk --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d721113c5..3f19af973 100644 --- a/NEWS +++ b/NEWS @@ -324,6 +324,10 @@ OpenAFS 1.8.0pre3 * Fix improper use of ENOENT and avoid incorrect use of linux negative dentry cache. + * Use a more correct (less aggressive) scheme to react to downward + pressure on cache usage, avoiding d_invalidate(), which can cause + getcwd() failures on RHEL 7.4. + * Improve error reporting when encountering corrupt directories. * Improve rx error handling in the Linux cache manager. @@ -334,6 +338,9 @@ OpenAFS 1.8.0pre3 * Do not use the obsolete --enable-largefile-fileservers configure option when packaging RPMs. + * In Red Hat packaging, use a separate rpm for kmod debuginfo, + removing a needless tight version dependency on the userspace package. + * Use the RemainAfterExit systemd feature to avoid premature exit when -afsdb is not given, for RPM packages. @@ -349,7 +356,7 @@ OpenAFS 1.8.0pre3 * Fix --enable-kernel-debug for linux 4.8+. - * Support linux 4.10, 4.11, 4.12, 4.13, 4.14 + * Support linux 4.10, 4.11, 4.12, 4.13, 4.14, 4.15 Solaris @@ -382,6 +389,8 @@ OpenAFS 1.8.0pre3 * Fix builds on MacOS 10.12 by building only the active architecture by default. + * Support versions up through 10.13 (High Sierra) and APFS + FreeBSD * Use the native kernel module build system instead of an ad hoc -- 2.11.4.GIT