[PVFS2-CVS] commit by neill in pvfs2: ChangeLog configure configure.in

CVS commit program cvs at parl.clemson.edu
Fri Sep 17 18:40:07 EDT 2004


Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv3282

Modified Files:
	ChangeLog configure configure.in 
Log Message:
- version bump; ready for new dev


Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.121 -r1.122
--- ChangeLog	17 Sep 2004 21:32:18 -0000	1.121
+++ ChangeLog	17 Sep 2004 21:40:07 -0000	1.122
@@ -3,6 +3,11 @@ PVFS2 Release ChangeLog
 -----------------------
 
 
+pvfs2-0.7.0pre1
+===============
+- 
+
+
 pvfs2-0.6.5
 ===========
 - broke several server state machines into multiple nested machines
@@ -50,7 +55,7 @@ pvfs2-0.6.5
 - fixed memory leak on check_fs_id setparam
 - fixed 64bit compile warnings (AMD64/Opteron)
 - split msgpair debugging into it's own class (no longer part of
-'client')
+  'client')
 - break out clientcore debugging into its own debugging mask
 - fixed trove error codes
 - give trove flush and resize operations the ability to create the

Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.184 -r1.185
--- configure	17 Sep 2004 21:32:19 -0000	1.184
+++ configure	17 Sep 2004 21:40:07 -0000	1.185
@@ -588,9 +588,9 @@ ac_configure=$ac_aux_dir/configure # Thi
 
 CONFIGURE_TIME=`date -u +"%F@%T"`
 PVFS2_MAJOR=0
-PVFS2_MINOR=6
-PVFS2_SUB=5
-PVFS2_PRE=""
+PVFS2_MINOR=7
+PVFS2_SUB=0
+PVFS2_PRE="pre1-$CONFIGURE_TIME"
 
 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.183 -r1.184
--- configure.in	17 Sep 2004 21:32:19 -0000	1.183
+++ configure.in	17 Sep 2004 21:40:07 -0000	1.184
@@ -16,10 +16,10 @@ dnl
 dnl PVFS2 versioning information
 CONFIGURE_TIME=`date -u +"%F@%T"`
 PVFS2_MAJOR=0
-PVFS2_MINOR=6
-PVFS2_SUB=5
-PVFS2_PRE=""
-dnl PVFS2_PRE="pre1-$CONFIGURE_TIME"
+PVFS2_MINOR=7
+PVFS2_SUB=0
+dnl PVFS2_PRE=""
+PVFS2_PRE="pre1-$CONFIGURE_TIME"
 
 AM_INIT_AUTOMAKE(pvfs2, $PVFS2_MAJOR.$PVFS2_MINOR.$PVFS2_SUB$PVFS2_PRE)
 



More information about the PVFS2-CVS mailing list