[PVFS2-CVS]
commit by neill in pvfs2: ChangeLog configure configure.in
CVS commit program
cvs at parl.clemson.edu
Thu Jul 29 17:38:57 EDT 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv15333
Modified Files:
ChangeLog configure configure.in
Log Message:
- misc cleanups, formatting, and debugging adding
- final version bump and changelog update before cvs tagging
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.102 -r1.103
--- ChangeLog 29 Jul 2004 18:16:22 -0000 1.102
+++ ChangeLog 29 Jul 2004 20:38:56 -0000 1.103
@@ -3,8 +3,8 @@ PVFS2 Release ChangeLog
-----------------------
-pvfs2-0.6.1pre1
-===============
+pvfs2-0.6.1
+===========
- misc. updates to msgpairarray and associated tools to allow for
server side use
- reorganization of server request parameters so that more (but not
@@ -47,6 +47,8 @@ pvfs2-0.6.1pre1
dynamically as new mounts come and go
- fixed a bug that allowed servers to create internal storage objects
outside of the meta handle ranges in some circumstances
+- replace single element msgpair/array setup code where possible with
+ a macro
pvfs2-0.6.0
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.170 -r1.171
--- configure 29 Jul 2004 18:16:22 -0000 1.170
+++ configure 29 Jul 2004 20:38:56 -0000 1.171
@@ -587,7 +587,7 @@ ac_configure=$ac_aux_dir/configure # Thi
PVFS2_MAJOR=0
PVFS2_MINOR=6
PVFS2_SUB=1
-PVFS2_PRE="pre1"
+PVFS2_PRE=""
am__api_version="1.4"
# Find a good install program. We prefer a C program (faster),
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -p -u -r1.169 -r1.170
--- configure.in 29 Jul 2004 18:16:23 -0000 1.169
+++ configure.in 29 Jul 2004 20:38:57 -0000 1.170
@@ -13,7 +13,7 @@ dnl PVFS2 versioning information
PVFS2_MAJOR=0
PVFS2_MINOR=6
PVFS2_SUB=1
-PVFS2_PRE="pre1"
+PVFS2_PRE=""
AM_INIT_AUTOMAKE(pvfs2, $PVFS2_MAJOR.$PVFS2_MINOR.$PVFS2_SUB$PVFS2_PRE)
More information about the PVFS2-CVS
mailing list