aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2013-05-30 10:41:42 -0700
committerRoland Dreier <roland@purestorage.com>2013-05-30 10:41:42 -0700
commitbac599fc367bfb1313cc3e203112832eada818f3 (patch)
treeb36c202dbce41259fbfb73ce0e433b595a0c5a7a
parent36bb40e8980ba904a1c7acef4336d8002b6b99ab (diff)
downloadlibmlx4-bac599fc367bfb1313cc3e203112832eada818f3.tar.gz
Roll libmlx4 1.0.5 releaselibmlx4-1.0.5
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
-rw-r--r--libmlx4.spec.in7
3 files changed, 14 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a4717d6..e0169ea 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([libmlx4],[1.0.4],[linux-rdma@vger.kernel.org])
+AC_INIT([libmlx4],[1.0.5],[linux-rdma@vger.kernel.org])
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
diff --git a/debian/changelog b/debian/changelog
index 184acfc..e6ae47f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libmlx4 (1.0.5-1) unstable; urgency=low
+
+ * New upstream release.
+ - Raw (ethernet) QP support.
+ - 64-byte completion queue entry support.
+
+ -- Roland Dreier <rbd@debian.org> Thu, 30 May 2013 10:39:15 -0700
+
libmlx4 (1.0.4-1) unstable; urgency=low
* New upstream release.
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index f064e9b..cb92ea1 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,12 +1,12 @@
Name: libmlx4
-Version: 1.0.4
+Version: 1.0.5
Release: 1%{?dist}
Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.4.tar.gz
+Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.5.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libibverbs-devel >= 1.1-0.1.rc2
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmlx4.a
%changelog
+* Mon Mar 28 2012 Roland Dreier <roland@digitalvampire.org> - 1.0.5-1
+- New upstream release
+
* Mon Mar 28 2012 Roland Dreier <roland@digitalvampire.org> - 1.0.4-1
- New upstream release