From 47ef5ed2ad7fef07be61a376c2cb6a0e0aefe21a Mon Sep 17 00:00:00 2001 From: scjody <scjody> Date: Thu, 16 Aug 2007 01:52:42 +0000 Subject: [PATCH] Branch b1_6 Update for 1.6.3 --- lustre/ChangeLog | 16 ++++++++++++++++ lustre/autoconf/lustre-version.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 8b08cd2a92..4a8a7e01e0 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,19 @@ +2007-09-24 Cluster File Systems, Inc. <info@clusterfs.com> + * version 1.6.3 + * Support for kernels: + 2.6.5-7.286 (SLES 9), + 2.6.9-55.0.2.EL (RHEL 4), + 2.6.16.46-0.14 (SLES 10), + 2.6.18-8.1.8.el5 (RHEL 5), + 2.6.18.8 vanilla (kernel.org) + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.16 - 2.6.22 vanilla (kernel.org) + * Due to recently discovered recovery problems, we do not recommend + using patchless RHEL 4 clients with this or any earlier release. + * Recommended e2fsprogs version: 1.39.cfs8 + * Note that reiserfs quotas are disabled on SLES 10 in this kernel. + 2007-08-27 Cluster File Systems, Inc. <info@clusterfs.com> * version 1.6.2 * Support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index ff0c02f456..6daff9644d 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,7 +1,7 @@ m4_define([LUSTRE_MAJOR],[1]) m4_define([LUSTRE_MINOR],[6]) -m4_define([LUSTRE_PATCH],[2]) -m4_define([LUSTRE_FIX],[0]) +m4_define([LUSTRE_PATCH],[3]) +m4_define([LUSTRE_FIX],[90]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but dnl # after following release candidate/beta would spill this warning already. -- GitLab