From 17fb73fa3a2f131c7d13ee615dfd82d50cc9b439 Mon Sep 17 00:00:00 2001 From: stinson1947 Date: Thu, 22 Oct 2009 16:17:08 +0000 Subject: [PATCH] Updated ChangeLog and version string for 1.8.1.2. --- lustre/ChangeLog | 16 ++++++++++++++++ lustre/autoconf/lustre-version.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f596a4f..d1330a8 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,19 @@ +TBD Sun Microsystems, Inc. + * version 1.8.1.2 + * Support for kernels: + 2.6.16.60-0.42.4 (SLES 10), + 2.6.27.29-0.1 (SLES11, i686 & x84_64 only), + 2.6.18-128.7.1.el5 (RHEL 5), + 2.6.18-128.7.1.el5 (OEL 5), + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.16 - 2.6.27 vanilla (kernel.org) + * Recommended e2fsprogs version: 1.41.6.sun1 + * ext4 support for RHEL5 is experimental and thus should not be + used in production. + +------------------------------------------------------------------------------- + 2009-10-16 Sun Microsystems, Inc. * version 1.8.1.1 * Support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 34ea6bf..d715783 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],[8]) m4_define([LUSTRE_PATCH],[1]) -m4_define([LUSTRE_FIX],[1]) +m4_define([LUSTRE_FIX],[2]) # Note: we're starting prerelease versions at 50 this time. dnl # don't forget to update the service tags info -- 1.8.3.1