From fc5fb7febf54820d3848b23d10264961191ac6ee Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Sun, 15 Dec 2013 23:54:15 +0100 Subject: [PATCH] Update NEWS for 1.6.5.2 Release notes for 1.6.5.2 Change-Id: I59f5aa9a6887e3d23288672a08e67e0d676e239c Reviewed-on: http://gerrit.openafs.org/10587 Reviewed-by: Stephan Wiesand Tested-by: Stephan Wiesand --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 6329185bbf..e62f097cf9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,26 @@ User-Visible OpenAFS Changes +OpenAFS 1.6.5.2 + + Linux clients + + * Support RHEL 6.5 kernels, and possibly others with changes backported + from recent mainline kernels that touch getname/putname, by no longer + using those functions. Previously, the client could cause a kernel + panic when syscall auditing was enabled. + + Note there's another known problem with this kernel, where a certain + anti-virus software prevents the client from accessing its disk + cache. The workaround is to disable virus scanning for the disk cache. + + * Make tmpfs usable as the cache filesystem again. This had been broken + since kernel 3.1 + + OS X clients + + * Support OS X 10.9 "Mavericks". Previously, attempting to create a + symbolic link on this platform resulted in a kernel panic. + OpenAFS 1.6.5.1 Linux clients