From: Roland Dreier Date: Wed, 17 Jun 2009 18:00:51 +0000 (-0700) Subject: Roll libmlx4-1.0.1 release X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=46f88005c45dd98837262c200343f9bdef913e60;p=~shefty%2Flibmlx4.git Roll libmlx4-1.0.1 release Signed-off-by: Roland Dreier --- diff --git a/configure.in b/configure.in index b5755bc..d7fb436 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(libmlx4, 1.0, general@lists.openfabrics.org) +AC_INIT(libmlx4, 1.0.1, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([src/mlx4.h]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libmlx4, 1.0) +AM_INIT_AUTOMAKE(libmlx4, 1.0.1) AM_PROG_LIBTOOL AC_ARG_WITH([valgrind], diff --git a/debian/changelog b/debian/changelog index 570e06f..6c921c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -libmlx4 (1.0-2) unstable; urgency=low +libmlx4 (1.0.1-1) unstable; urgency=low * Add debian/watch file. * Move -dbg package to section debug. * Update to Standards-Version: 3.8.2. + * New upstream release. + - Fix potential problems running under Valgrind. + - Add support for resize CQ operation. + - Fix other minor bugs. - -- Roland Dreier Wed, 17 Jun 2009 10:26:42 -0700 + -- Roland Dreier Wed, 17 Jun 2009 10:56:33 -0700 libmlx4 (1.0-1) unstable; urgency=low diff --git a/libmlx4.spec.in b/libmlx4.spec.in index 629b0c4..869032f 100644 --- a/libmlx4.spec.in +++ b/libmlx4.spec.in @@ -1,6 +1,6 @@ Name: libmlx4 -Version: 1.0 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver Group: System Environment/Libraries @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmlx4.a %changelog +* Wed Jun 17 2009 Roland Dreier - 1.0.1-1 +- New upstream release +- Change openib.org URLs to openfabrics.org URLs + * Wed Feb 25 2009 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild