From: Arlin Davis Date: Wed, 26 Nov 2008 15:13:49 +0000 (-0800) Subject: Release 1.2.12 X-Git-Tag: compat-dapl-1.2.12-1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1eadd9a1bb0f15209e8adc45f8f27e8ad388c0f3;p=~ardavis%2Fdapl.git Release 1.2.12 Signed-off-by: Arlin Davis --- diff --git a/ChangeLog b/ChangeLog index a89698b..9927066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +commit 713aa2c4d3240e209dba3fc69ed14a9752e9d903 +Author: Arlin Davis +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 + +commit 3ac47bf78c594a581b2dd85ee69cb579c1a8d47b +Author: Arlin Davis +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 + +commit 199d196eba33f42d31a23af4b24f49dd9a440ed2 +Author: Arlin Davis +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 + Acked-by: Doug Ledford + +commit 2b7a3d5831f6707106cfb6c82fd00aa9d29a5c07 +Author: Arlin Davis +Date: Fri Oct 3 08:02:42 2008 -0700 + + Release 1.2.11 + + Signed-off-by: Arlin Davis + commit 0480c0c77988379cd125b4e9c90a2e2629fe8b19 Author: Arlin Davis Date: Fri Oct 3 05:40:33 2008 -0700 diff --git a/configure.in b/configure.in index 0b7383a..f6ec660 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/dapl.spec.in b/dapl.spec.in index a68aebf..e71a384 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -134,6 +134,9 @@ fi %{_mandir}/man5/*.5* %changelog +* Fri Nov 07 2008 Arlin Davis - 1.2.12 +- DAT/DAPL Version 1.2.12 Release 1, OFED 1.4 GA + * Fri Oct 07 2008 Arlin Davis - 1.2.11 - DAT/DAPL Version 1.2.11 Release 1, OFED 1.4 rc3