summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-04-18 15:12:21 -0700
committerRoland Dreier <rolandd@cisco.com>2008-04-18 15:35:05 -0700
commitec3c985570a54b0330a8cde5d9750dc178c3e4a2 (patch)
treec90c094d72c60eaac6626bcfb4e877679e5c3adf
parent39b95264092ba502888e4da22a627d90fd39ed5d (diff)
downloadlibibverbs-1.1.2.tar.gz
Roll libibverbs 1.1.2 releaselibibverbs-1.1.2
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules2
-rw-r--r--libibverbs.spec.in9
4 files changed, 15 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index f9cab76..6c97b1e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libibverbs, 1.1.1, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.2, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1.1)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.2)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 896ad04..6c95fc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,19 @@
-libibverbs (1.1.1-2) unstable; urgency=low
+libibverbs (1.1.2-1) unstable; urgency=low
+ * New upstream release.
+ - Fix memory registration failure cause by too-big madvise()
+ - Fix many Valgrind false positives
+ - Add functions to convert enum values to strings
* Replace deprecated ${Source-Version} with ${binary:Version}
* Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
- dh_makeshlibs, since new symbols were added in libibverbs 1.1.0.
+ dh_makeshlibs, since new symbols were added in libibverbs 1.1.2.
(Closes: #465435)
* Add debian/watch file.
* Update control file to talk about generic RDMA and iWARP, not just
InfiniBand, since libibverbs works with both IB and iWARP.
* Acknowledge NMU (Closes: #442638).
- -- Roland Dreier <rolandd@cisco.com> Wed, 16 Apr 2008 21:35:37 -0700
+ -- Roland Dreier <rolandd@cisco.com> Fri, 18 Apr 2008 15:08:52 -0700
libibverbs (1.1.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f1af1d6..5b40388 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_AUTO_UPDATE_LIBTOOL := post
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.0)'
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.2)'
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 34c5063..6bd8c8e 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.1
-Release: 2%{?dist}
+Version: 1.1.2
+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.1.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.2.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -85,7 +85,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
-* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.1-2
+* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.2-1
+- New upstream release
- Update description to mention RDMA and iWARP, not just InfiniBand
- Add "Requires" tag for libibverbs base package to -devel