]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
uncommit
authorSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 19:01:50 +0000 (12:01 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 19:01:50 +0000 (12:01 -0700)
meta
patches/ibacm-release-1-0-1-0 [new file with mode: 0644]

diff --git a/meta b/meta
index eb3c65c95e41c7e276355a101bb8dc25f45404cd..ea7f54d3787159d7cef331f92feabf412fa3a73b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: 4897c5016f2eb2bf717178172a250bd3f7c2e9e8
+Previous: 6793028a33414bed61d09bf498c64f33d30199ae
 Head: 049bc06b1a959ffd0183dd421ce45ca506402d99
 Applied:
+  ibacm-release-1-0-1-0: 049bc06b1a959ffd0183dd421ce45ca506402d99
 Unapplied:
   sbin: b39b4e50247f8e1f2867d29808c6ee87784f2c15
   sa: 12c8d98033488188652090a773e2c8fd47bda6db
diff --git a/patches/ibacm-release-1-0-1-0 b/patches/ibacm-release-1-0-1-0
new file mode 100644 (file)
index 0000000..b11e19b
--- /dev/null
@@ -0,0 +1,58 @@
+Bottom: 9593c1ec8c636dfc98ed635f95b248f4373c2065
+Top:    63c8480d539098cda8a1004c1f5bac1b832a179f
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-06-21 09:13:20 -0700
+
+ibacm: release 1.0.1
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+diff --git a/acm_notes.txt b/acm_notes.txt
+index bf38961..2bd7afb 100644
+--- a/acm_notes.txt
++++ b/acm_notes.txt
+@@ -23,7 +23,7 @@ implementation limits network traffic, SA interactions, and centralized
+ services.  ACM supports multiple resolution protocols in order to handle\r
+ different fabric topologies.\r
\r
+-This release 1.0.0 is limited in its handling of dynamic changes.\r
++This release 1.0.1 is limited in its handling of dynamic changes.\r
\r
+ The IB ACM package is comprised of two components: the ib_acm service\r
+ and a test/configuration utility - ib_acme.  Both are userspace components\r
+diff --git a/autogen.sh b/autogen.sh
+old mode 100644
+new mode 100755
+diff --git a/configure.in b/configure.in
+index da59fdd..71b3eb5 100644
+--- a/configure.in
++++ b/configure.in
+@@ -1,11 +1,11 @@
+ dnl Process this file with autoconf to produce a configure script.\r
\r
+ AC_PREREQ(2.57)\r
+-AC_INIT(ibacm, 1.0.0, linux-rdma@vger.kernel.org)\r
++AC_INIT(ibacm, 1.0.1, linux-rdma@vger.kernel.org)\r
+ AC_CONFIG_SRCDIR([src/acm.c])\r
+ AC_CONFIG_AUX_DIR(config)\r
+ AM_CONFIG_HEADER(config.h)\r
+-AM_INIT_AUTOMAKE(ibacm, 1.0.0)\r
++AM_INIT_AUTOMAKE(ibacm, 1.0.1)\r
\r
+ AM_PROG_LIBTOOL\r
\r
+diff --git a/ibacm.spec.in b/ibacm.spec.in
+index 5c89be3..742893d 100644
+--- a/ibacm.spec.in
++++ b/ibacm.spec.in
+@@ -1,7 +1,7 @@
+ %define ver @VERSION@
+ Name: ibacm
+-Version: 1.0.0
++Version: 1.0.1
+ Release: 1%{?dist}
+ Summary: InfiniBand Communication Manager Assistant