aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-06-15 12:48:38 -0700
committerRoland Dreier <rolandd@cisco.com>2007-06-15 12:56:37 -0700
commit9e3412544a4f3d80fdb208deb8e585386e0b0e29 (patch)
treee6cdded258ca6e89a84e88de40b89e21ba0a98bd
parent94d2991543cb3206e5157006380bf5ccfbc4e0e2 (diff)
downloadlibibverbs-9e3412544a4f3d80fdb208deb8e585386e0b0e29.tar.gz
Roll libibverbs 1.1.1 releaselibibverbs-1.1.1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog10
-rw-r--r--libibverbs.spec.in7
3 files changed, 17 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index f2f889a..c6eeb93 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, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.1, 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)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.1)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 48da3c7..d35e9da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libibverbs (1.1.1-1) unstable; urgency=low
+
+ * New upstream release.
+ - Initialize state of newly created QPs to RESET (fixes problems
+ with libmlx4/ConnectX HCAs).
+ - Don't warn root about RLIMIT_MEMLOCK, since it doesn't matter.
+ - Fix free() errors in ibv_xx_pingpong examples.
+
+ -- Roland Dreier <rolandd@cisco.com> Fri, 15 Jun 2007 12:49:02 -0700
+
libibverbs (1.1-1) unstable; urgency=low
* New upstream release.
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 40310e2..459e6f2 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1
+Version: 1.1.1
Release: 1%{?dist}
Summary: A library for direct userspace use of InfiniBand hardware
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/libibverbs-1.1.tar.gz
+Source: http://openfabrics.org/downloads/libibverbs-1.1.1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Fri Jun 15 2007 Roland Dreier <rdreier@cisco.com> - 1.1.1-1
+- New upstream release
+
* Wed Apr 11 2007 Roland Dreier <rdreier@cisco.com> - 1.1-1
- New upstream release