]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Revert "Release 2.0.14"
authorArlin Davis <arlin.r.davis@intel.com>
Fri, 26 Sep 2008 15:48:31 +0000 (08:48 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Fri, 26 Sep 2008 15:48:31 +0000 (08:48 -0700)
This reverts commit 816d1c3acfb4a457c6b1cc07d657f018312f2a63.

missed some fixes for package release.

ChangeLog
configure.in
dapl.spec.in

index 7d07a85d692ed18257985702a1387574c3853e5a..347655667d9a001bb981de87bb72e47d6813c897 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,69 +1,3 @@
-commit c00d858da3113ce5463d408ab5e13e17cc9529e4
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Wed Sep 24 08:33:32 2008 -0700
-
-    build: $(DESTDIR) prepend needed on install hooks for dat.conf
-    
-    All install directives that automake creates automatically
-    have $(DESTDIR) prepended to them so that a make
-    DESTDIR=<some_path> install will work. The hand written
-    install hooks for dat.conf was missing DESTDIR.
-    
-    Signed-off-by: Doug Ledford <dledford@redhat.com>
-
-commit 860db3be4907c8ff290ce7c6b631b2117f5080bd
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Wed Sep 24 08:26:28 2008 -0700
-
-    dapl scm: UD shares EP's which requires serialization
-    
-    add locking around the modify_qp state changes to avoid
-    unnecessary modify_qp calls during multiple resolve
-    remote AH connection events on a single EP.
-    
-    Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
-
-commit f2c214647b5ce53e52052d6b6bea3fbace7cc20a
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Sat Sep 20 16:02:00 2008 -0700
-
-    dtestx: Add new options to test UD.
-    
-    - many to one/many EP remote AH resolution, data flow
-    - bi-directional EP remote AH resolution, data flow
-    
-    Signed-off by: Arlin Davis ardavis@ichips.intel.com
-
-commit 3c218b5ed65d0b7349a86eb0fe6f6bf57e3eccd6
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Sat Sep 20 15:58:59 2008 -0700
-
-    dapl: fixes for IB UD extensions in common code and socket cm provider.
-    
-     - Manage EP states base on attribute service type.
-     - Allow multiple connections (remote_ah resolution)
-       and accepts on UD type endpoints.
-     - Supply private data on CR conn establishment
-     - Add UD extension conn event type - DAT_IB_UD_PASSIVE_REMOTE_AH
-    
-    Signed-off by: Arlin Davis ardavis@ichips.intel.com
-
-commit 01cdd688ddebec8df6f17f92c3b72a410f50dd6f
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Sat Sep 20 15:49:40 2008 -0700
-
-    dapl: add provider specific attribute query option for IB UD MTU size
-    
-    Signed-off by: Arlin Davis ardavis@ichips.intel.com
-
-commit ee3d9ce2389a14c85405dfdff67f04a5f5679e32
-Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Mon Sep 1 15:52:37 2008 -0700
-
-    Release 2.0.13
-    
-    Signed-off by: Arlin Davis ardavis@ichips.intel.com
-
 commit f37589927fabf0feb3a09c4c7c03e18df5749fef
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Mon Sep 1 12:24:49 2008 -0700
index 20d0315cb710f5c577f11b982e6718888bb60c18..f42aa834584a40416f1dda7f91fc2e7d74ac118d 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(dapl, 2.0.14, general@lists.openfabrics.org)
+AC_INIT(dapl, 2.0.13, general@lists.openfabrics.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dapl, 2.0.14)
+AM_INIT_AUTOMAKE(dapl, 2.0.13)
 
 AM_PROG_LIBTOOL
 
index 332091d2d02e5d821b7e7852ad4b9ecaa87781b5..ce39cd9960b6c12e513fd84d2362a23c9614341e 100644 (file)
@@ -133,9 +133,6 @@ fi
 %{_mandir}/man5/*.5*
 
 %changelog
-* Wed Sep 24 2008 Arlin Davis <ardavis@ichips.intel.com> - 2.0.14
-- DAT/DAPL Version 2.0.14 Release 1, OFED 1.4 rc3
-
 * Mon Sep 01 2008 Arlin Davis <ardavis@ichips.intel.com> - 2.0.13
 - DAT/DAPL Version 2.0.13 Release 1, OFED 1.4 rc1