From patchwork Sun Nov 1 19:58:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Khapyorsky X-Patchwork-Id: 56892 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA1JuoYa015191 for ; Sun, 1 Nov 2009 19:56:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751018AbZKAT4o (ORCPT ); Sun, 1 Nov 2009 14:56:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751948AbZKAT4o (ORCPT ); Sun, 1 Nov 2009 14:56:44 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]:25177 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbZKAT4n (ORCPT ); Sun, 1 Nov 2009 14:56:43 -0500 Received: by fg-out-1718.google.com with SMTP id 16so2453855fgg.1 for ; Sun, 01 Nov 2009 11:56:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :subject:message-id:mime-version:content-type:content-disposition :user-agent; bh=3CpLCyxig3m2zib576C6HsjrJcYsVIAw6r4Bm+glAj0=; b=Fv4RKXLkInpZqXjlEJRKmT6Pt29rkkNqTtbovkXBKL01bm3WrZBYc3aasQgYESie2E 4up7Ze3C3XAjyNiWHVLDMCnMFyZjimc2Zq+D/ZyH2JCI55ayLBMqcXrWkWrQgoPqIh8K 6qrdhwFPvXx49wN914j6rmF4ODrldLTnkEQNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=kOn7kFJJCvv6DFxQlvZhbd1jSCGasSfkgmxUsr4xha5w73SvvEn4RB6XpuuIe8Npy3 N7vqWpDRFggS54kSZHYAvw6JWibz8rPfwUvimo6zg6l8x5wRebS8ES6TX1skqcZTlWFL wd3Uzi+vkgiIK9sDfVk9tYU/4+MbqGqmDTt24= Received: by 10.103.126.33 with SMTP id d33mr1697897mun.109.1257105407177; Sun, 01 Nov 2009 11:56:47 -0800 (PST) Received: from me.localdomain (85.64.35.106.dynamic.barak-online.net [85.64.35.106]) by mx.google.com with ESMTPS id 23sm7014953mum.14.2009.11.01.11.56.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 11:56:46 -0800 (PST) Received: by me.localdomain (Postfix, from userid 1000) id B512711F87; Sun, 1 Nov 2009 21:58:55 +0200 (IST) Date: Sun, 1 Nov 2009 21:58:55 +0200 From: Sasha Khapyorsky To: linux-rdma Subject: p Message-ID: <20091101195855.GN29434@me> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/infiniband-diags/configure.in b/infiniband-diags/configure.in index 3ef35cc..5865727 100644 --- a/infiniband-diags/configure.in +++ b/infiniband-diags/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(infiniband-diags, 1.5.2, general@lists.openfabrics.org) +AC_INIT(infiniband-diags, 1.5.3, linux-rdma@vger.kernel.org) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE diff --git a/libibmad/configure.in b/libibmad/configure.in index b4f5c41..ce31729 100644 --- a/libibmad/configure.in +++ b/libibmad/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libibmad, 1.3.2, general@lists.openfabrics.org) +AC_INIT(libibmad, 1.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/sa.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) diff --git a/libibumad/configure.in b/libibumad/configure.in index 6dbfeaf..3152491 100644 --- a/libibumad/configure.in +++ b/libibumad/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libibumad, 1.3.2, general@lists.openfabrics.org) +AC_INIT(libibumad, 1.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/umad.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) diff --git a/opensm/configure.in b/opensm/configure.in index 8a6b4c0..2c68cbd 100644 --- a/opensm/configure.in +++ b/opensm/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(opensm, 3.3.2, general@lists.openfabrics.org) +AC_INIT(opensm, 3.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([opensm/osm_opensm.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADERS(include/config.h include/opensm/osm_config.h)