aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-04-11 14:41:56 -0700
committerRoland Dreier <rolandd@cisco.com>2007-04-12 11:50:04 -0700
commitcbde9550694719e1cdaf14979977046e19fdd51f (patch)
tree6f1120bcc1d480e0f597b6f47e66691c5e0e040c
parent7d181957ba8455f5c91edee664df4decfef0a30a (diff)
downloadlibibverbs-cbde9550694719e1cdaf14979977046e19fdd51f.tar.gz
Roll libibverbs 1.1 releaselibibverbs-1.1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog14
-rw-r--r--libibverbs.spec.in7
3 files changed, 17 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index f22259f..f2f889a 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-rc2, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1-rc2)
+AM_INIT_AUTOMAKE(libibverbs, 1.1)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 2274138..4041b6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libibverbs (1.1~rc2-1) unstable; urgency=low
+libibverbs (1.1-1) unstable; urgency=low
- * New upstream release candidate.
-
- -- Roland Dreier <rolandd@cisco.com> Tue, 27 Mar 2007 13:14:27 -0700
+ * New upstream release.
+ - Add support for use of fork() in applications.
+ - Add manual pages documenting API in section 3.
+ - New method of finding and loading device-specific drivers.
+ - Add basic support for iWARP devices.
+ - Provide compatible ABI for applications linked against libibverbs 1.0.
+ * Rerun autotools to avoid setting RPATH in binaries on amd64.
+
+ -- Roland Dreier <rolandd@cisco.com> Thu, 12 Apr 2007 11:49:14 -0700
libibverbs (1.0.4-1) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 15a7bc8..40310e2 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
Version: 1.1
-Release: 0.1.rc2%{?dist}
+Release: 1%{?dist}
Summary: A library for direct userspace use of InfiniBand hardware
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/libibverbs-1.1-rc2.tar.gz
+Source: http://openfabrics.org/downloads/libibverbs-1.1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Wed Apr 11 2007 Roland Dreier <rdreier@cisco.com> - 1.1-1
+- New upstream release
+
* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.rc2
- New upstream release
- Remove dependency on libsysfs, since it is no longer used