]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Roll libibverbs 1.1.1 release
authorRoland Dreier <rolandd@cisco.com>
Fri, 15 Jun 2007 19:48:38 +0000 (12:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 15 Jun 2007 19:56:37 +0000 (12:56 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in
debian/changelog
libibverbs.spec.in

index f2f889ab61baa50075285723a0a2cd3ee5fb3000..c6eeb9373d2869772789acef467434c5345ee110 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, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.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)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.1)
 
 AM_PROG_LIBTOOL
 
index 48da3c7763dd839713fc0c2a779ebf6c1f1c68a6..d35e9dae682372d823558b4e2a4974590cf9810d 100644 (file)
@@ -1,3 +1,13 @@
+libibverbs (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - Initialize state of newly created QPs to RESET (fixes problems
+      with libmlx4/ConnectX HCAs).
+    - Don't warn root about RLIMIT_MEMLOCK, since it doesn't matter.
+    - Fix free() errors in ibv_xx_pingpong examples.
+
+ -- Roland Dreier <rolandd@cisco.com>  Fri, 15 Jun 2007 12:49:02 -0700
+
 libibverbs (1.1-1) unstable; urgency=low
 
   * New upstream release.
index 40310e262ec3d6bd5e8c6d8f129d13e47890f227..459e6f2fcf27466b320238157e170818a195fc41 100644 (file)
@@ -1,12 +1,12 @@
 Name: libibverbs
-Version: 1.1
+Version: 1.1.1
 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.tar.gz
+Source: http://openfabrics.org/downloads/libibverbs-1.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
+* Fri Jun 15 2007 Roland Dreier <rdreier@cisco.com> - 1.1.1-1
+- New upstream release
+
 * Wed Apr 11 2007 Roland Dreier <rdreier@cisco.com> - 1.1-1
 - New upstream release