]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 1.2.12 compat-dapl-1.2.12-1
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 26 Nov 2008 15:13:49 +0000 (07:13 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 26 Nov 2008 15:13:49 +0000 (07:13 -0800)
Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
ChangeLog
configure.in
dapl.spec.in

index a89698b38e708d4ae78eba9580c1cd8ba40f8848..99270661ba4c351b43ab6d91f6f4db6d597b2176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+commit 713aa2c4d3240e209dba3fc69ed14a9752e9d903
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Oct 27 08:48:39 2008 -0800
+
+    dapltest: transaction test moves to cleanup stage before rdma_read processing is complete
+    
+    With multiple treads, the transaction server tread can move to cleanup
+    stage and unregister memory before the remote client process has
+    completed the rdma read. In lieu of a rewrite to add sync messages
+    at the end of transaction test phase, just add a delay before cleanup.
+    
+    Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
+
+commit 3ac47bf78c594a581b2dd85ee69cb579c1a8d47b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Oct 17 11:02:48 2008 -0700
+
+    dat.conf: add ipath and ehca socket cm entries for v1.2.
+    
+    Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
+
+commit 199d196eba33f42d31a23af4b24f49dd9a440ed2
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Oct 14 11:56:50 2008 -0700
+
+    Current static registration (SR) assumes DAT_OVERRIDE or /etc/dat.conf.
+    Change SR to include sysconfdir. SR file access in the following order:
+    
+    - DAT_OVERRIDE
+    - sysconfdir
+    - /etc
+    
+    if DAT_OVERRIDE is set, assume administration override
+    and do not failover to other locations. Add debug
+    messages for each failure and retries.
+    
+    Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
+    Acked-by: Doug Ledford <dledford@redhat.com>
+
+commit 2b7a3d5831f6707106cfb6c82fd00aa9d29a5c07
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Oct 3 08:02:42 2008 -0700
+
+    Release 1.2.11
+    
+    Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
+
 commit 0480c0c77988379cd125b4e9c90a2e2629fe8b19
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Fri Oct 3 05:40:33 2008 -0700
index 0b7383a6ba7505fefa7a94afe2f015eb9401c4fb..f6ec660550690c8f96f368f9fcac9958b64e69ac 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(compat-dapl, 1.2.11 general@lists.openfabrics.org)
+AC_INIT(compat-dapl, 1.2.12 general@lists.openfabrics.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(compat-dapl, 1.2.11)
+AM_INIT_AUTOMAKE(compat-dapl, 1.2.12)
 
 AM_PROG_LIBTOOL
 
index a68aebff6b7c60eaa52f3a64575a80cb0fdb94a6..e71a38488026e6700458be309523c80d8488b8c1 100644 (file)
@@ -134,6 +134,9 @@ fi
 %{_mandir}/man5/*.5*
 
 %changelog
+* Fri Nov 07 2008 Arlin Davis <ardavis@ichips.intel.com> - 1.2.12 
+- DAT/DAPL Version 1.2.12 Release 1, OFED 1.4 GA 
+
 * Fri Oct 07 2008 Arlin Davis <ardavis@ichips.intel.com> - 1.2.11 
 - DAT/DAPL Version 1.2.11 Release 1, OFED 1.4 rc3