From bfc2f4491d8f92ebe4b1c364d59b59fc87e226b2 Mon Sep 17 00:00:00 2001 From: scjody Date: Tue, 14 Feb 2006 23:18:58 +0000 Subject: [PATCH] Branch b_release_1_4_6 update ChangeLog, version for 1.4.6 --- lustre/ChangeLog | 5 ++++- lustre/autoconf/lustre-version.ac | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6e416f2..e9d5daa 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -01-31-2006 Cluster File Systems, Inc. +02-14-2006 Cluster File Systems, Inc. * version 1.4.6 * WIRE PROTOCOL CHANGE. This version of Lustre networking WILL NOT INTEROPERATE with older versions automatically. Please read the @@ -7,6 +7,9 @@ this release. See https://bugzilla.clusterfs.com/show_bug.cgi?id=10052 for details. * bug fixes + * Support for newer kernels: 2.6.9-22.0.2.EL (RHEL 4), + 2.6.5-7.244 (SLES 9) - same as 1.4.5.2. + Severity : enhancement Bugzilla : 7981/8208 diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 81fb67c..745f45d 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],[4]) -m4_define([LUSTRE_PATCH],[5]) -m4_define([LUSTRE_FIX],[96]) +m4_define([LUSTRE_PATCH],[6]) +m4_define([LUSTRE_FIX],[0]) dnl # 288 stands for 0.0.1.32 , next version with fixes is ok, but next after dnl # next release candidate/beta would spill this warning already. -- 1.8.3.1