aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-06-15 12:56:07 -0700
committerRoland Dreier <rolandd@cisco.com>2007-06-15 12:56:07 -0700
commita32f9e2292bbd194d0b14eb5e538d63918819ffa (patch)
tree6ce8b44af4e297d755bab34af28158779c03ddf2
parent3674faa9274b065670779541bf27f0b281ba7497 (diff)
downloadlibibverbs-a32f9e2292bbd194d0b14eb5e538d63918819ffa.tar.gz
Roll libibverbs 1.0.5 releaselibibverbs-1.0.5
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog7
-rw-r--r--libibverbs.spec.in6
3 files changed, 10 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 58104ab..b7c81bb 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.0.5-pre, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0.5, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.0.5-pre)
+AM_INIT_AUTOMAKE(libibverbs, 1.0.5)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index d2c96b2..31dd681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libibverbs (1.0.5~pre-1) unstable; urgency=low
+libibverbs (1.0.5-1) unstable; urgency=low
* New upstream release.
+ - Initialize state of newly created QPs to RESET (fixes problems
+ with libmlx4/ConnectX HCAs).
+ - Other miscellaneous fixes.
- -- Roland Dreier <rolandd@cisco.com> Wed, 1 Nov 2006 20:55:11 -0800
+ -- Roland Dreier <rolandd@cisco.com> Fri, 15 Jun 2007 12:54:10 -0700
libibverbs (1.0.4-1) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index a8324dd..ba688e1 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -2,13 +2,13 @@
Name: libibverbs
Version: 1.0.5
-Release: 0.1.pre%{?dist}
+Release: 1%{?dist}
Summary: A library for direct userspace use of InfiniBand
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-1.0.5-pre.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.5.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_includedir}/sysfs/libsysfs.h
@@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
-* Wed Nov 1 2006 Roland Dreier <rdreier@cisco.com> - 1.0.5-0.1.pre
+* Fri Jun 15 2007 Roland Dreier <rdreier@cisco.com> - 1.0.5-1
- New upstream release
* Thu May 4 2006 Roland Dreier <rdreier@cisco.com> - 1.0.4-1