[Pvfs2-cvs] commit by slang in pvfs2: ChangeLog Makefile.in
configure configure.in
CVS commit program
cvs at parl.clemson.edu
Mon Jan 15 14:46:15 EST 2007
Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv21780
Modified Files:
Tag: pvfs-2-6-branch
ChangeLog Makefile.in configure configure.in
Log Message:
merge a bunch of minor fixes pete made to head recently. See the changelogs from Dec 15th to Jan 15th for more info (esp. Dec 19th). Also updating the changelog and minor release version number for impending release (2.6.2).
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.195.26.3 -r1.195.26.4
--- ChangeLog 5 Dec 2006 23:56:21 -0000 1.195.26.3
+++ ChangeLog 15 Jan 2007 19:46:11 -0000 1.195.26.4
@@ -2,6 +2,14 @@
PVFS2 Release ChangeLog
-----------------------
+pvfs-2.6.2
+==============
+
+* fixes in trove dbpf to support latest Berkeley DB (version 4.5).
+* fix kmod compile issues with --enable-mmap-racache
+* fix for IO failures caused by invalid sizes used in file.c
+* fixes for 2.4 kernels
+
pvfs-2.6.1
==============
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -p -u -r1.227.6.3 -r1.227.6.4
--- Makefile.in 5 Dec 2006 21:37:39 -0000 1.227.6.3
+++ Makefile.in 15 Jan 2007 19:46:11 -0000 1.227.6.4
@@ -389,6 +389,7 @@ endif
# LIBRARIES is a list of the pvfs2 client libraries
LIBRARIES :=
+LIBRARIES_THREADED :=
ifeq ($(build_shared),yes)
LIBRARIES_SHARED = lib/libpvfs2.so
LIBRARIES += $(LIBRARIES_SHARED)
@@ -692,7 +693,7 @@ tags:
$(srcdir)/src/kernel/linux-2.6 \
-maxdepth 1 -name '*.[ch]' -o -name '*.sm' ;\
echo $(srcdir)/src/apps/admin/pvfs2-genconfig \
- ) | ctags --excmd=pattern -B --langmap=c:+.sm -I __hidden,DOTCONF_CB -L-
+ ) | ctags --excmd=pattern -B --langmap=c:+.sm --extra=+f -I __hidden,DOTCONF_CB -L-
# rule for running code check
codecheck:
@@ -714,7 +715,7 @@ docsclean:
clean::
$(Q) " CLEAN"
$(E)rm -f $(LIBOBJS) $(LIBTHREADEDOBJS) $(SERVEROBJS) $(MISCOBJS) \
- $(LIBRARIES) $(DEPENDS) $(SERVER) \
+ $(LIBRARIES) $(LIBRARIES_THREADED) $(DEPENDS) $(SERVER) \
$(ADMINOBJS) $(ADMINOBJS_SERVER) $(ADMINTOOLS)\
$(ADMINTOOLS_SERVER) lib/libpvfs2-server.a\
$(KERNAPPOBJS) $(KERNAPPS) \
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure,v
diff -p -u -r1.323.6.7 -r1.323.6.8
--- configure 11 Jan 2007 21:18:10 -0000 1.323.6.7
+++ configure 15 Jan 2007 19:46:11 -0000 1.323.6.8
@@ -1802,7 +1802,7 @@ ac_configure="$SHELL $ac_aux_dir/configu
CONFIGURE_TIME=`date -u +"%Y-%m-%d-%H%M%S"`
PVFS2_MAJOR=2
PVFS2_MINOR=6
-PVFS2_SUB=1
+PVFS2_SUB=2
PVFS2_PRE=""
#PVFS2_PRE="pre1-$CONFIGURE_TIME"
@@ -11857,6 +11857,7 @@ fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ if test x$ac_cv_header_linux_ioctl32_h = xyes ; then
{ echo "$as_me:$LINENO: checking for register_ioctl32_conversion kernel exports" >&5
echo $ECHO_N "checking for register_ioctl32_conversion kernel exports... $ECHO_C" >&6; }
cat >conftest.$ac_ext <<_ACEOF
@@ -11932,6 +11933,7 @@ _ACEOF
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
{ echo "$as_me:$LINENO: checking for int return value of kmem_cache_destroy" >&5
echo $ECHO_N "checking for int return value of kmem_cache_destroy... $ECHO_C" >&6; }
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -p -u -r1.309.6.3 -r1.309.6.4
--- configure.in 13 Dec 2006 16:35:19 -0000 1.309.6.3
+++ configure.in 15 Jan 2007 19:46:15 -0000 1.309.6.4
@@ -18,7 +18,7 @@ dnl An @ in the date string can confuse
CONFIGURE_TIME=`date -u +"%Y-%m-%d-%H%M%S"`
PVFS2_MAJOR=2
PVFS2_MINOR=6
-PVFS2_SUB=1
+PVFS2_SUB=2
PVFS2_PRE=""
#PVFS2_PRE="pre1-$CONFIGURE_TIME"
More information about the Pvfs2-cvs
mailing list