summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2010-06-03 14:47:27 -0700
committerRoland Dreier <rolandd@cisco.com>2010-06-03 14:47:27 -0700
commit2984b2069e521ff3183598e572111cf99bcadbb9 (patch)
treed5bbb5445358b5c245418c442efc415a9b65b4af
parenta9387bcab543fd8b74b082b7c2d731b641693327 (diff)
downloadlibibverbs-1.1.4.tar.gz
Roll libibverbs 1.1.4 releaselibibverbs-1.1.4
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog7
-rw-r--r--libibverbs.spec.in7
3 files changed, 12 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 52bc2ab..927c406 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.3, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.4, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1.3)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.4)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index c09bdbb..ae14450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libibverbs (1.1.3-3) UNRELEASED; urgency=low
+libibverbs (1.1.4-1) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format.
+ * New upstream release.
+ - Fix handling of madvise() failures
+ - Add path record definitions to sa.h
- -- Roland Dreier <rolandd@cisco.com> Thu, 03 Jun 2010 13:14:11 -0700
+ -- Roland Dreier <rolandd@cisco.com> Thu, 03 Jun 2010 14:46:00 -0700
libibverbs (1.1.3-2) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 6e40bc1..e0a7ae6 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.3
+Version: 1.1.4
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.3.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.4.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
+* Thu Jun 3 Roland Dreier <rdreier@cisco.com> - 1.1.4-1
+- New upstream release
+
* Thu Oct 29 2009 Roland Dreier <rdreier@cisco.com> - 1.1.3-1
- New upstream release