From: Oleg Drokin Date: Wed, 15 May 2013 23:20:37 +0000 (-0400) Subject: New tag 2.4.50 X-Git-Tag: 2.4.50^0 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=04ec54ff56b83a9114f7a25fbd4aa5f65e68ef7a New tag 2.4.50 After branching off b2_4, master becomes 2.5.0 development branch. Signed-off-by: Oleg Drokin Change-Id: I1c8207394016d793a64f57d410d33c43ac96b34c --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 80d9e5d..49629d6 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,24 @@ TBD Intel Corporation + * version 2.5.0 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-358.6.1.el6 (RHEL6) + * Client support for unpatched kernels: + 2.6.32-358.6.1.el6 (RHEL6) + 2.6.27.19-5 (SLES11) + 2.6.18-348.3.1.el5 (RHEL5) + 2.6.16.60-0.69.1 (SLES10) + 3.6.10-2.fc17 (FC17) + * Recommended e2fsprogs version: 1.42.7.wc1 + * NFS export disabled when stack size < 8192 (32-bit Lustre clients), + since the NFSv4 export of Lustre filesystem with 4K stack may cause a + stack overflow. For more information, please refer to bugzilla 17630. + * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on + the re-exporting nodes to be mounted with "32bitapi" mount option + +-------------------------------------------------------------------------------- + +05-30-2013 Intel Corporation * version 2.4.0 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 000334e..e5b8b5d 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,6 +1,6 @@ m4_define([LUSTRE_MAJOR],[2]) -m4_define([LUSTRE_MINOR],[3]) -m4_define([LUSTRE_PATCH],[65]) +m4_define([LUSTRE_MINOR],[4]) +m4_define([LUSTRE_PATCH],[50]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but