]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Roll libibverbs 1.1.6 release
authorRoland Dreier <roland@purestorage.com>
Thu, 22 Dec 2011 00:33:30 +0000 (16:33 -0800)
committerRoland Dreier <roland@purestorage.com>
Thu, 22 Dec 2011 00:35:45 +0000 (16:35 -0800)
Signed-off-by: Roland Dreier <roland@purestorage.com>
configure.in
debian/changelog
libibverbs.spec.in

index 49887566738ec19b6ee940af8cf4582f1134ed0b..efdc5ac5e39cf5991936c334b244697846424c58 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libibverbs, 1.1.5, linux-rdma@vger.kernel.org)
+AC_INIT(libibverbs, 1.1.6, linux-rdma@vger.kernel.org)
 AC_CONFIG_SRCDIR([src/ibverbs.h])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
index f03375856c056b5a1d1da30dfbcdd11723646e5e..68f1d0e75a9efddaa05b3343ce4962767360288e 100644 (file)
@@ -1,8 +1,11 @@
-libibverbs (1.1.5-2) unstable; urgency=low
+libibverbs (1.1.6-1) unstable; urgency=low
 
   * Don't use brace expansion for {a,so} in libibverbs-dev.install
+  * New upstream releases.
+    - Add IBoE support
+    - Add ibv_devinfo support for displaying extended speeds (FDR, etc)
 
- -- Roland Dreier <roland@digitalvampire.org>  Fri, 11 Nov 2011 15:04:24 -0800
+ -- Roland Dreier <roland@digitalvampire.org>  Wed, 21 Dec 2011 16:35:08 -0800
 
 libibverbs (1.1.5-1) unstable; urgency=low
 
index 2244c505ade74248e626d4cd0404ac0b32cf9765..58140c8ebc195e64ca6dd0ed9b280e4572328a34 100644 (file)
@@ -1,12 +1,12 @@
 Name: libibverbs
-Version: 1.1.5
+Version: 1.1.6
 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.5.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.6.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
+* Wed Dec 21 2011 Roland Dreier <roland@digitalvampire.org> - 1.1.6-1
+- New upstream release
+
 * Tue Jun 28 2011 Roland Dreier <roland@digitalvampire.org> - 1.1.5-1
 - New upstream release