From: Roland Dreier Date: Fri, 15 Jun 2007 19:48:38 +0000 (-0700) Subject: Roll libibverbs 1.1.1 release X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9e3412544a4f3d80fdb208deb8e585386e0b0e29;p=~shefty%2Flibibverbs.git Roll libibverbs 1.1.1 release Signed-off-by: Roland Dreier --- diff --git a/configure.in b/configure.in index f2f889a..c6eeb93 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, 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 diff --git a/debian/changelog b/debian/changelog index 48da3c7..d35e9da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 15 Jun 2007 12:49:02 -0700 + libibverbs (1.1-1) unstable; urgency=low * New upstream release. diff --git a/libibverbs.spec.in b/libibverbs.spec.in index 40310e2..459e6f2 100644 --- a/libibverbs.spec.in +++ b/libibverbs.spec.in @@ -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 - 1.1.1-1 +- New upstream release + * Wed Apr 11 2007 Roland Dreier - 1.1-1 - New upstream release