Whamcloud - gitweb
Change version to 1.8.7.80 for 1.8.8-wc1
authorJohann Lombardi <johann@whamcloud.com>
Fri, 4 Nov 2011 09:57:41 +0000 (10:57 +0100)
committerJohann Lombardi <johann@whamcloud.com>
Fri, 4 Nov 2011 10:03:46 +0000 (06:03 -0400)
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Change-Id: I64aa0df0c2f40f884b3ccd5db38d8bbbf022bf86
Reviewed-on: http://review.whamcloud.com/1648

ldiskfs/ChangeLog
ldiskfs/configure.ac
lnet/ChangeLog
lustre/ChangeLog
lustre/autoconf/lustre-version.ac

index d524e39..7e780ac 100644 (file)
@@ -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
 
index 067c325..133fbf5 100644 (file)
@@ -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
 
index 1bbecab..00d9037 100644 (file)
@@ -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:
index d82c51c..3560ddf 100644 (file)
@@ -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:
index b10e51b..84a53e3 100644 (file)
@@ -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"])