From f1702d57bcad2843f08341aaa46519a095d970ce Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Thu, 30 May 2013 16:52:26 +0200 Subject: [PATCH] Update release notes for 1.6.3 As of pre3, we'll support Linux 3.10 clients (at least up to rc3). Change-Id: I81b783ad563e4a7735638bde2aa77d11ea1ec83c Reviewed-on: http://gerrit.openafs.org/9959 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Stephan Wiesand --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 35cc642eec..81ef9eef47 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,7 @@ All server platforms performed before. * The fileserver now emits a log message when it ran out of memory for - for callbacks. + callbacks. * Avoid several potential fileserver problems, including memory corruption and segmentation faults, due to client bookkeeping. @@ -76,7 +76,7 @@ All UNIX client platforms Linux clients - * Support Linux kernels up to 3.9 + * Support Linux kernels up to 3.10 * Fixed two bugs making it impossible to unmount a disk cache filesystem after it has been used by the client. (RT #131613)