aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2011-06-28 13:55:55 -0700
committerRoland Dreier <roland@purestorage.com>2011-06-28 13:55:55 -0700
commit509ff3f0f93a40ed97383ec5308ff3356ad3032c (patch)
tree4b33df6dfabf9a8a16de6bade880532269141949
parent422642f1cf021b9de1f445f4392c99d3c2fe6624 (diff)
downloadlibibverbs-509ff3f0f93a40ed97383ec5308ff3356ad3032c.tar.gz
Roll libibverbs 1.1.5 releaselibibverbs-1.1.5
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog9
-rw-r--r--libibverbs.spec.in7
3 files changed, 13 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index fc339ce..ead3564 100644
--- a/configure.in
+++ b/configure.in
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libibverbs, 1.1.4, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.5, linux-rdma@vger.kernel.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1.4)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.5)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index ae14450..1846c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
-libibverbs (1.1.4-1) unstable; urgency=low
+libibverbs (1.1.5-1) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format.
- * New upstream release.
+ * New upstream releases.
- Fix handling of madvise() failures
- Add path record definitions to sa.h
+ - Handle huge pages for fork support/madvise
+ - Fix crash if no devices and ibv_get_device_list() called multiple times
+ * Set DM-Upload-Allowed to yes.
- -- Roland Dreier <rolandd@cisco.com> Thu, 03 Jun 2010 14:46:00 -0700
+ -- Roland Dreier <roland@digitalvampire.org> Tue, 28 Jun 2011 13:53:24 -0700
libibverbs (1.1.3-2) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 0ff27ce..2244c50 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.4
+Version: 1.1.5
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.4.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.5.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 Jun 28 2011 Roland Dreier <roland@digitalvampire.org> - 1.1.5-1
+- New upstream release
+
* Thu Jun 3 2010 Roland Dreier <rdreier@cisco.com> - 1.1.4-1
- New upstream release