[PVFS2-CVS]
commit by neill in pvfs2: ChangeLog configure configure.in
CVS commit program
cvs at parl.clemson.edu
Fri May 7 18:10:15 EDT 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv14464
Modified Files:
ChangeLog configure configure.in
Log Message:
- final version bump before tag
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.83 -r1.84
--- ChangeLog 7 May 2004 20:27:06 -0000 1.83
+++ ChangeLog 7 May 2004 21:10:14 -0000 1.84
@@ -3,9 +3,9 @@ PVFS2 Release ChangeLog
-----------------------
-pvfs2-0.5.0pre1
-===============
-- scrap msgpair. use one-element msgpairarray instead.
+pvfs2-0.5.0
+===========
+- consolidate msgpair and msgpairarray implementations
- bug fixed in "make kmod" path handling
- added ability to build kernel module and test programs to pvfs2-build.sh
- added scripts (from Justin Luck) for nightly vfs testing
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.157 -r1.158
--- configure 7 May 2004 20:27:06 -0000 1.157
+++ configure 7 May 2004 21:10:14 -0000 1.158
@@ -583,7 +583,7 @@ ac_configure=$ac_aux_dir/configure # Thi
PVFS2_MAJOR=0
PVFS2_MINOR=5
PVFS2_SUB=0
-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.156 -r1.157
--- configure.in 7 May 2004 20:27:06 -0000 1.156
+++ configure.in 7 May 2004 21:10:15 -0000 1.157
@@ -13,7 +13,7 @@ dnl PVFS2 versioning information
PVFS2_MAJOR=0
PVFS2_MINOR=5
PVFS2_SUB=0
-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