From patchwork Sat May 22 21:30:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Khapyorsky X-Patchwork-Id: 101685 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4MLT9tG002991 for ; Sat, 22 May 2010 21:29:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758718Ab0EVV3l (ORCPT ); Sat, 22 May 2010 17:29:41 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:57693 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758278Ab0EVV3l (ORCPT ); Sat, 22 May 2010 17:29:41 -0400 Received: by fxm5 with SMTP id 5so1656440fxm.19 for ; Sat, 22 May 2010 14:29:40 -0700 (PDT) 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=XZvhl/3NXRM0iDhuQdu+0LCLA6u0wKYCmzE4f6AAIpU=; b=H0sH/On6z7ScuBa4ehKP3z2PksOfj9gSJn3qGG6YYIgSk0OVPg3u2sPUeplDgRKXWQ AdImz2hMJcFPqjhN1KIEC7edP7Mbc3LhEfiGT253Ovu4Go6lGzldAwAHyd+SS9K3/ksQ zA0TBKBRjE8IvJwlbPIArEZdWIGlXtIktj9Po= 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=lNaqHk+O74WdcY0XpH6OJpxkvfYqlZDX+6BYvVFMzUij3dkorQtFe4bUG7i9clsWvZ jL5UI8QDOD7PHVJ0xoY2e7gOMxvMWUTLo6ikuuaxGyGTZs14TQFjaqaZ089rbtAA21W4 Q4OAjwBW/YfuZ0HhEWzUGWPBS9USGjdFi24G8= Received: by 10.223.23.67 with SMTP id q3mr2978284fab.59.1274563780065; Sat, 22 May 2010 14:29:40 -0700 (PDT) Received: from me.localdomain (87.69.36.170.cable.012.net.il [87.69.36.170]) by mx.google.com with ESMTPS id j23sm11253888faa.14.2010.05.22.14.29.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 May 2010 14:29:39 -0700 (PDT) Received: by me.localdomain (Postfix, from userid 1000) id 845DB11DF7; Sun, 23 May 2010 00:30:23 +0300 (IDT) Date: Sun, 23 May 2010 00:30:23 +0300 From: Sasha Khapyorsky To: linux-rdma Subject: [PATCH] management: packages versions update Message-ID: <20100522213023.GB28549@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 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 22 May 2010 21:29:43 +0000 (UTC) diff --git a/infiniband-diags/configure.in b/infiniband-diags/configure.in index 85913f0..f472b1b 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.5, linux-rdma@vger.kernel.org) +AC_INIT(infiniband-diags, 1.5.6, 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 068d99c..0a15862 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.4, linux-rdma@vger.kernel.org) +AC_INIT(libibmad, 1.3.5, 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 c211de8..435e55c 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.4, linux-rdma@vger.kernel.org) +AC_INIT(libibumad, 1.3.5, 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 ef1c126..5cdb0df 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.5, linux-rdma@vger.kernel.org) +AC_INIT(opensm, 3.3.6, 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)