]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
uncommit
authorSean Hefty <sean.hefty@intel.com>
Wed, 23 Jun 2010 21:14:41 +0000 (14:14 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 23 Jun 2010 21:14:41 +0000 (14:14 -0700)
meta
patches/ibacm-release-1-0-1 [new file with mode: 0644]

diff --git a/meta b/meta
index 3cd85ee5e5186019169cb03df1ab0a9cceb3899a..974ea41768af396a8d2281a14cd46dd2468f1ddf 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,7 @@
 Version: 1
-Previous: ffaaa7f1d4a4abbec0b78679f3f80270536c6c04
+Previous: ad059a0a852539ade7c2ee5c1fac6e2ce03cec55
 Head: 9b1229c3f6443d92c9b41c0be8aa34fa2263b554
 Applied:
+  ibacm-release-1-0-1: 9b1229c3f6443d92c9b41c0be8aa34fa2263b554
 Unapplied:
 Hidden:
diff --git a/patches/ibacm-release-1-0-1 b/patches/ibacm-release-1-0-1
new file mode 100644 (file)
index 0000000..9df10ef
--- /dev/null
@@ -0,0 +1,55 @@
+Bottom: 45e517f0c814f975a23047f12e93b9106de03972
+Top:    a42519e765550025cc7712ffd4fa63aca9094c29
+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/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 85bd6d6..9eabeb0 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