From 8c6099cb4ebb0a1e0e91f5a80d7a74bfaca37d0c Mon Sep 17 00:00:00 2001 From: Robert Read Date: Wed, 30 Jun 2010 12:31:25 -0700 Subject: [PATCH] Prepare for 2.0.0-rc1. --- ldiskfs/ChangeLog | 11 ++++++++--- lnet/ChangeLog | 7 +------ lustre/ChangeLog | 2 +- lustre/autoconf/lustre-version.ac | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index d67c55c..d9193ed 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,6 +1,11 @@ -tbd Sun Microsystems, Inc. - * version 3.1.1 - +2010-07-15 Oracle, Inc. + * version 3.2.0 + +Severity : enhancement +Bugzilla : 17670 +Description: FID_in_Dirent feature for OSD. +Details : Support for storing the FID in the directory entry has + been added to ext3 and ext4. ------------------------------------------------------------------------------- diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 47c0c1a..c835fb2 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,4 @@ -tbd Sun Microsystems, Inc. +2010-07-15 Sun Microsystems, Inc. * version 2.0.0 * Support for networks: socklnd - any kernel supported by Lustre, @@ -12,11 +12,6 @@ tbd Sun Microsystems, Inc. mxlnd - MX 1.2.10 or later, ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x -Severity : -Bugzilla : -Description: -Details : - Severity : minor Bugzilla : 21459 Description: should update lp_alive for non-router peers diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6e230c1..95f5e4e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -tbd Sun Microsystems, Inc. +2010-07-15 Oracle, Inc. * version 2.0.0 * Server support for kernels: 2.6.18-164.11.1.el5 (RHEL 5) diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 3ff7e30..a91a908 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],[10]) +m4_define([LUSTRE_MAJOR],[2]) +m4_define([LUSTRE_MINOR],[0]) m4_define([LUSTRE_PATCH],[0]) -m4_define([LUSTRE_FIX],[44]) +m4_define([LUSTRE_FIX],[0]) dnl # don't forget to update the service tags info m4_define([CLIENT_URN],["LUSTRE-200-CLT"]) -- 1.8.3.1