[PVFS2-CVS]
commit by neill in pvfs2: ChangeLog configure configure.in
CVS commit program
cvs at parl.clemson.edu
Fri Feb 27 17:03:57 EST 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv16238
Modified Files:
ChangeLog configure configure.in
Log Message:
- bump down a gm gossip_lerr call to gossip_debug since it's not an error
- mark release as 0.1.0; ready to be tagged
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.60 -r1.61
--- ChangeLog 27 Feb 2004 19:05:39 -0000 1.60
+++ ChangeLog 27 Feb 2004 22:03:56 -0000 1.61
@@ -3,8 +3,8 @@ PVFS2 Release ChangeLog
-----------------------
-pvfs2-0.1.0pre1
-===============
+pvfs2-0.1.0
+===========
- initial support for logging traces with both MPE and Pablo libraries
- fix some warnings on x86-64
- work around older Berkeley-DB versions w/o support for DB_DIRTY_READ
@@ -24,7 +24,7 @@ pvfs2-0.1.0pre1
unsync'd operations to occur that reads from dirty memory (written but
non-committed data) to help enhance performance
- graceful shutdown when server gets ctrl-c (SIGINT)
-- pvfs2-ls output bugfixes and better error reporting
+- pvfs2-ls output and argument bugfixes and better error reporting
- handle allocator fix to no longer return invalid handles if no valid
ranges have been registered
- improved server version reporting and exit path (using --version/-v)
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.136 -r1.137
--- configure 23 Feb 2004 16:19:29 -0000 1.136
+++ configure 27 Feb 2004 22:03:56 -0000 1.137
@@ -583,7 +583,7 @@ ac_configure=$ac_aux_dir/configure # Thi
PVFS2_MAJOR=0
PVFS2_MINOR=1
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.136 -r1.137
--- configure.in 23 Feb 2004 16:19:30 -0000 1.136
+++ configure.in 27 Feb 2004 22:03:57 -0000 1.137
@@ -13,7 +13,7 @@ dnl PVFS2 versioning information
PVFS2_MAJOR=0
PVFS2_MINOR=1
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