From: Oleg Drokin Date: Fri, 29 Aug 2014 02:38:24 +0000 (-0400) Subject: New tag 2.5.3-RC1 X-Git-Tag: 2.5.3^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b27cc8f417d3f0dff1805a957dd102602deb3f6b;p=fs%2Flustre-release.git New tag 2.5.3-RC1 Change-Id: I386568268b31090e3909519ff1cfcc304400a436 --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f279cad..b37bb6c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,22 @@ +09-03-2014 Intel Corporation + * version 2.5.3 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-431.23.3.el6 (RHEL6) + 3.0.101-0.35 (SLES11SP3) + * Client support for unpatched kernels: + 2.6.32-431.23.3.el6 (RHEL6) + 3.0.101-0.35 (SLES11SP3) + 3.6.10-2.fc17 (FC17) + * Recommended e2fsprogs version: 1.42.9.wc1 or newer + * 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 + +-------------------------------------------------------------------------------- + 06-23-2014 Intel Corporation * version 2.5.2 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 0da0d9a..15e98e0 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],[5]) -m4_define([LUSTRE_PATCH],[2]) +m4_define([LUSTRE_PATCH],[3]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but