summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2014-05-05 10:11:46 -0700
committerRoland Dreier <roland@purestorage.com>2014-05-05 11:16:39 -0700
commit990ca025d0ad967b6f266bae700bf82a4ceaff1a (patch)
treee95ac2ea22b04a210d34aa0e9bd9002c557b547a
parent389de6a6ef4ed90615629a9eed7f9f17bedf47e3 (diff)
downloadlibibverbs-1.1.8.tar.gz
Roll libibverbs 1.1.8 releaselibibverbs-1.1.8
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--libibverbs.spec.in7
4 files changed, 17 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b8d4cea..b5f6dfc 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.7],[linux-rdma@vger.kernel.org])
+AC_INIT([libibverbs],[1.1.8],[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 55f1b4e..3ae7711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libibverbs (1.1.8-1) unstable; urgency=low
+
+ * New upstream release.
+ - XRC support
+ - Flow steering support
+ - Generic infrastructure for further "verbs extensions"
+ * Update to Standards-Version: 3.9.5.
+
+ -- Roland Dreier <rbd@debian.org> Mon, 05 May 2014 09:50:44 -0700
+
libibverbs (1.1.7-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 8579c55..a26b75c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libibverbs
Priority: extra
Maintainer: Roland Dreier <rbd@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Section: libs
Homepage: http://www.openfabrics.org/
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index c858991..1f0d003 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.7
+Version: 1.1.8
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.7.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.8.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 5 2014 Roland Dreier <roland@digitalvampire.org> - 1.1.8-1
+- New upstream release
+
* Tue May 28 2013 Roland Dreier <roland@digitalvampire.org> - 1.1.7-1
- New upstream release