summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2013-05-28 15:41:34 -0700
committerRoland Dreier <roland@purestorage.com>2013-05-28 15:41:34 -0700
commit4f571c48e136ebde6d4ca882dc65a35303f9269e (patch)
treee4af88af05a8130f5d0c0c34f7bc9d726478fe29
parentcc41622fd44e5041984be7d1ba1963b10bd36bf2 (diff)
downloadlibibverbs-4f571c48e136ebde6d4ca882dc65a35303f9269e.tar.gz
Roll libibverbs 1.1.7 releaselibibverbs-1.1.7
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
-rw-r--r--libibverbs.spec.in7
3 files changed, 15 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 231083c..b8d4cea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([libibverbs],[1.1.6],[linux-rdma@vger.kernel.org])
+AC_INIT([libibverbs],[1.1.7],[linux-rdma@vger.kernel.org])
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
diff --git a/debian/changelog b/debian/changelog
index 68f1d0e..025c760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libibverbs (1.1.7-1) unstable; urgency=low
+
+ * New upstream release.
+ - Add raw QP support
+ - Further support for new IB link speeds
+ - Other miscellaneous fixes
+
+ -- Roland Dreier <rbd@debian.org> Tue, 28 May 2013 09:31:54 -0700
+
libibverbs (1.1.6-1) unstable; urgency=low
* Don't use brace expansion for {a,so} in libibverbs-dev.install
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 58140c8..c858991 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.6
+Version: 1.1.7
Release: 1%{?dist}
Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.6.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.7.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Tue May 28 2013 Roland Dreier <roland@digitalvampire.org> - 1.1.7-1
+- New upstream release
+
* Wed Dec 21 2011 Roland Dreier <roland@digitalvampire.org> - 1.1.6-1
- New upstream release