From 664abdb9353a9a16fb20c74eecad81141a8c81ab Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 18 Jun 2004 17:43:09 +0000 Subject: [PATCH] Update build version, release date. b=3229 --- lustre/ChangeLog | 5 +++++ lustre/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 30da8bf..83a4551 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,6 +1,11 @@ tbd Cluster File Systems, Inc. * version 1.2.3 * bug fixes + * miscellania + +2004-06-17 Cluster File Systems, Inc. + * version 1.2.3 + * bug fixes - clean kiobufs before and after use (3485) - strip trailing '/'s before comparing paths with /proc/mounts (3486) - remove assertions to work around "in-flight rpcs" recovery bug (3063) diff --git a/lustre/configure.in b/lustre/configure.in index 99a1347..7330a21 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -5,7 +5,7 @@ AC_INIT AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(lustre, 1.2.2.4) +AM_INIT_AUTOMAKE(lustre, 1.2.3) # AM_MAINTAINER_MODE # Four main targets: lustre kernel modules, utilities, tests, and liblustre -- 1.8.3.1