]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Roll libibverbs 1.1.2 release
authorRoland Dreier <rolandd@cisco.com>
Fri, 18 Apr 2008 22:12:21 +0000 (15:12 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 18 Apr 2008 22:35:05 +0000 (15:35 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in
debian/changelog
debian/rules
libibverbs.spec.in

index f9cab7608ef6203bee5c3ef18f6f9da1a5bc40be..6c97b1ef9b070ae3e5fa16c0c527007d248b7033 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.1, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.2, 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.1)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.2)
 
 AM_PROG_LIBTOOL
 
index 896ad04a6fe243cba386ca56044a5a93c7bfc9f0..6c95fc73c599a465a68090b44858b15f96c146a5 100644 (file)
@@ -1,15 +1,19 @@
-libibverbs (1.1.1-2) unstable; urgency=low
+libibverbs (1.1.2-1) unstable; urgency=low
 
+  * New upstream release.
+    - Fix memory registration failure cause by too-big madvise()
+    - Fix many Valgrind false positives
+    - Add functions to convert enum values to strings
   * Replace deprecated ${Source-Version} with ${binary:Version}
   * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
-    dh_makeshlibs, since new symbols were added in libibverbs 1.1.0.
+    dh_makeshlibs, since new symbols were added in libibverbs 1.1.2.
     (Closes: #465435)
   * Add debian/watch file.
   * Update control file to talk about generic RDMA and iWARP, not just
     InfiniBand, since libibverbs works with both IB and iWARP.
   * Acknowledge NMU (Closes: #442638).
 
- -- Roland Dreier <rolandd@cisco.com>  Wed, 16 Apr 2008 21:35:37 -0700
+ -- Roland Dreier <rolandd@cisco.com>  Fri, 18 Apr 2008 15:08:52 -0700
 
 libibverbs (1.1.1-1) unstable; urgency=low
 
index f1af1d621e991ae2c43db9902d43d5187aecb5d9..5b4038839eeabae46c21f5d1f64083e9c7c279b0 100755 (executable)
@@ -3,7 +3,7 @@
 
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_AUTO_UPDATE_LIBTOOL := post
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.0)'
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.2)'
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
index 34c50637c5b6eae212a1ba1503403233b7718c9c..6bd8c8ec651806a60991afcdca7c71e67835c213 100644 (file)
@@ -1,12 +1,12 @@
 Name: libibverbs
-Version: 1.1.1
-Release: 2%{?dist}
+Version: 1.1.2
+Release: 1%{?dist}
 Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
 
 Group: System Environment/Libraries
 License: GPLv2 or BSD
 Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.1.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.2.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -85,7 +85,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
-* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.1-2
+* Wed Apr 16 2008 Roland Dreier <rdreier@cisco.com> - 1.1.2-1
+- New upstream release
 - Update description to mention RDMA and iWARP, not just InfiniBand
 - Add "Requires" tag for libibverbs base package to -devel