From 0b646024add0042784926153b1c835cbe19d74be Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 25 May 2011 23:07:21 +0200 Subject: [PATCH] Bump version to 1.8.5.56 and add changelog section for 1.8.6-wc Change-Id: I0f99f1abb0c7fb87f9fecc625639914075385f8a Signed-off-by: Johann Lombardi --- ldiskfs/ChangeLog | 7 ++++++- ldiskfs/configure.ac | 2 +- lnet/ChangeLog | 18 +++++++++++++++++- lustre/ChangeLog | 24 ++++++++++++++++++++---- lustre/autoconf/lustre-version.ac | 2 +- 5 files changed, 45 insertions(+), 8 deletions(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 355feea..de50a2d 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,4 +1,9 @@ -xxxx-xx-xx Oracle, Inc. +2011-xx-xx Whamcloud, Inc. + * version 3.1.50 + +------------------------------------------------------------------------------- + +2011-05-12 Oracle, Inc. * version 3.1.5 Severity : normal diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 54deca3..21e3090 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([Lustre ldiskfs], 3.1.5, [https://bugzilla.lustre.org/]) +AC_INIT([Lustre ldiskfs], 3.1.50, [https://bugzilla.lustre.org/]) AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in]) # Don't look for install-sh, etc. in .. diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 0615657..0e32dc4 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,20 @@ -xxxx-xx-xx Oracle, Inc. +2011-xx-xx Whamcloud, Inc. + * version 1.8.6-wc + * Support for networks: + socklnd - any kernel supported by Lustre, + qswlnd - Qsnet kernel modules 5.20 and later, + openiblnd - IbGold 1.8.2, + o2iblnd - OFED 1.3, 1.4.1, 1.4.2, 1.5.1 and 1.5.2 + viblnd - Voltaire ibhost 3.4.5 and later, + ciblnd - Topspin 3.2.0, + iiblnd - Infiniserv 3.3 + PathBits patch, + gmlnd - GM 2.1.22 and later, + mxlnd - MX 1.2.10 or later, + ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x + +------------------------------------------------------------------------------- + +2011-05-12 Oracle, Inc. * version 1.8.6 * Support for networks: socklnd - any kernel supported by Lustre, diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 52c10d5..f80f220 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,9 +1,25 @@ -xxxx-xx-xx Oracle, Inc. - * version 1.8.6 +2011-xx-xx Whamcloud, Inc. + * version 1.8.6-wc * Support for kernels: - 2.6.16.60-0.69.1 (SLES 10), - 2.6.32.19-0.2.1 (SLES 11), 2.6.18-238.9.1.el5 (RHEL 5) + 2.6.32-71.18.2.el6 (RHEL 6) - patchless client only + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.16 - 2.6.32 vanilla (kernel.org) + * Recommended e2fsprogs version: 1.41.10-sun2 + * The async journal commit feature (bug 19128) and the cancel + lock before replay feature (bug 16774) are disabled by default. + + +------------------------------------------------------------------------------- + +2011-05-12 Oracle, Inc. + * version 1.8.6 + * Support for kernels: + 2.6.16.60-0.42.8 (SLES 10), + 2.6.27.39-0.3.1 (SLES 11), + 2.6.18-194.3.1.el5 (RHEL 5) + 2.6.18-194.3.1.0.1.el5 (OEL 5) * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) 2.6.16 - 2.6.32 vanilla (kernel.org) diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index ae6c55c..4581b34 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],[5]) -m4_define([LUSTRE_FIX],[55]) +m4_define([LUSTRE_FIX],[56]) # Note: we're starting prerelease versions at 50 this time. dnl # don't forget to update the service tags info -- 1.8.3.1