From da7e4c6949c1f41187e57cfa15d1967ebaaccfa0 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 9 Jan 2006 19:14:25 +0000 Subject: [PATCH] Update the ChangeLog and version info for 1.4.6 beta2. --- lustre/ChangeLog | 6 +++--- lustre/autoconf/lustre-version.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 0aa1482..f42244a 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,10 +1,10 @@ ------------------------------------------------------------------------------- - -12-31-2005 Cluster File Systems, Inc. +01-31-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 user documentation before upgrading any part of a live system. + * WARNING: Lustre networking configuration changes are required with + this release. See for details. * bug fixes Severity : enhancement diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 257516c..fd9034d 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],[94]) +m4_define([LUSTRE_FIX],[95]) 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