From: Stephan Wiesand Date: Wed, 2 Oct 2013 09:03:22 +0000 (+0200) Subject: Update NEWS for 1.6.5.1 X-Git-Tag: upstream/1.6.5.1^2~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=750bbeae7f091c21dd74f964ea0dd8233450249d;p=packages%2Fo%2Fopenafs.git Update NEWS for 1.6.5.1 Release notes for 1.6.5.1 . Change-Id: I06ae7a885f59b1b38fc21b27b57b3d843c203a73 Reviewed-on: http://gerrit.openafs.org/10316 Reviewed-by: Mark Vitale Reviewed-by: Andrew Deason Reviewed-by: Jeffrey Altman Reviewed-by: Michael Meffie Reviewed-by: Stephan Wiesand Tested-by: Stephan Wiesand --- diff --git a/NEWS b/NEWS index 05a33d0aa..44df77235 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ User-Visible OpenAFS Changes +OpenAFS 1.6.5.1 + +Linux clients + + * Support Linux kernels up to 3.12-rc3 + + * Fixed a bug that made core dumps and readv/writev calls in AFS space + fail with Linux kernels where generic_file_aio_read exists but not all + read/write operations have been switched to using aio_read/aio_write. + This affected at least RHEL 5.9 kernels. (RT #131729) + + * Enhanced the keyring code to make PAGs work correctly on kernels with a + distribution specific change to the Linux keyring code. This affected at + least SLES 11 SP3 kernels. + +AIX clients + + * Fixed a bug that caused the 1.6 AIX client to never receive any RX + packets in the kernel. (RT #131725) + OpenAFS 1.6.5 All platforms