aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2012-03-28 10:56:58 -0700
committerRoland Dreier <roland@purestorage.com>2012-03-28 10:56:58 -0700
commitb039d0592259a79675618a36b2eb33b7e9e75221 (patch)
tree9ecff99351574c6e0c9fdd2915230fb412a80b79
parent7a2218523717315436acaaf0c7f240fd3fbab3ae (diff)
downloadlibmlx4-b039d0592259a79675618a36b2eb33b7e9e75221.tar.gz
Roll libmlx4 1.0.4 releaselibmlx4-1.0.4
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.in2
-rw-r--r--debian/changelog4
-rw-r--r--libmlx4.spec.in7
3 files changed, 8 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 4be1dc5..8aad5ff 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libmlx4, 1.0.3, linux-rdma@vger.kernel.org)
+AC_INIT(libmlx4, 1.0.4, 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 681c65c..184acfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libmlx4 (1.0.4-1) UNRELEASED; urgency=low
+libmlx4 (1.0.4-1) unstable; urgency=low
* New upstream release.
- IBoE multicast support.
* Update maintainer and remove DM-Upload-Allowed now that I'm a DD.
- -- Roland Dreier <rbd@debian.org> Wed, 28 Mar 2012 10:29:44 -0700
+ -- Roland Dreier <rbd@debian.org> Wed, 28 Mar 2012 10:31:52 -0700
libmlx4 (1.0.3-1) unstable; urgency=low
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index 3195a91..f064e9b 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,12 +1,12 @@
Name: libmlx4
-Version: 1.0.3
+Version: 1.0.4
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.3.tar.gz
+Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.4.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.4-1
+- New upstream release
+
* Mon Mar 26 2012 Roland Dreier <roland@digitalvampire.org> - 1.0.3-1
- New upstream release