]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Roll libibverbs 1.1 release
authorRoland Dreier <rolandd@cisco.com>
Wed, 11 Apr 2007 21:41:56 +0000 (14:41 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 12 Apr 2007 18:50:04 +0000 (11:50 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in
debian/changelog
libibverbs.spec.in

index f22259f7ffde4c818a2f2397fb320552185a711f..f2f889ab61baa50075285723a0a2cd3ee5fb3000 100644 (file)
@@ -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
 
index 2274138079e6e4a00ce2939301b5798daf835bde..4041b6bfa0cf12b8d5d24099a2415572b151aa15 100644 (file)
@@ -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
 
index 15a7bc8910e794b18ee05c75d9e04ed6a6a21ea0..40310e262ec3d6bd5e8c6d8f129d13e47890f227 100644 (file)
@@ -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