From 783a28b8e72a54531ad6962849a39dbea18e7489 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Fri, 4 Nov 2011 10:57:41 +0100 Subject: [PATCH] Change version to 1.8.7.80 for 1.8.8-wc1 Signed-off-by: Johann Lombardi Change-Id: I64aa0df0c2f40f884b3ccd5db38d8bbbf022bf86 --- ldiskfs/ChangeLog | 7 +++++++ ldiskfs/configure.ac | 2 +- lnet/ChangeLog | 14 ++++++++++++++ lustre/ChangeLog | 11 +++++++++++ lustre/autoconf/lustre-version.ac | 4 ++-- 5 files changed, 35 insertions(+), 3 deletions(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index d524e39..7e780ac 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,3 +1,10 @@ +2012-xx-xx Whamcloud, Inc. + * version 3.1.52 + +See http://wiki.whamcloud.com/display/PUB/Changelog+1.8 for more information. + +------------------------------------------------------------------------------- + 2011-10-31 Whamcloud, Inc. * version 3.1.51 diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 067c325..133fbf5 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.51, [http://bugs.whamcloud.com/]) +AC_INIT([Lustre ldiskfs], 3.1.52, [http://bugs.whamcloud.com/]) AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in]) ldiskfs_is_ext4=yes diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 1bbecab..00d9037 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,3 +1,17 @@ +2012-xx-xx Whamcloud, Inc. + * version 1.8.8-wc1 + * Support for networks: + socklnd - any kernel supported by Lustre, + qswlnd - Qsnet kernel modules 5.20 and later, + o2iblnd - OFED 1.3, 1.4.1, 1.4.2, 1.5.1, 1.5.2, 1.5.3.1 and 1.5.3.2 + 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 + +See http://wiki.whamcloud.com/display/PUB/Changelog+1.8 for more information. + +------------------------------------------------------------------------------- + 2011-10-31 Whamcloud, Inc. * version 1.8.7-wc1 * Support for networks: diff --git a/lustre/ChangeLog b/lustre/ChangeLog index d82c51c..3560ddf 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,14 @@ +2012-xx-xx Whamcloud, Inc. + * version 1.8.8-wc1 + * Support for kernels: + 2.6.18-274.3.1.el5 (RHEL 5) + 2.6.32-131.12.1.el6 (RHEL 6) - patchless client only + * Recommended e2fsprogs version: 1.41.90.wc3 + +See http://wiki.whamcloud.com/display/PUB/Changelog+1.8 for more information. + +------------------------------------------------------------------------------- + 2011-10-31 Whamcloud, Inc. * version 1.8.7-wc1 * Support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index b10e51b..84a53e3 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,8 +1,8 @@ m4_define([LUSTRE_MAJOR],[1]) m4_define([LUSTRE_MINOR],[8]) m4_define([LUSTRE_PATCH],[7]) -m4_define([LUSTRE_FIX],[0]) -# Note: we're starting prerelease versions at 50 this time. +m4_define([LUSTRE_FIX],[80]) +# Note: we're starting prerelease versions at 80 this time. dnl # don't forget to update the service tags info m4_define([CLIENT_URN],["LUSTRE-187-CLT"]) -- 1.8.3.1