From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A85AAC433DF for ; Mon, 22 Jun 2020 15:15:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7968920716 for ; Mon, 22 Jun 2020 15:15:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="MksJ0BYc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729261AbgFVPPn (ORCPT ); Mon, 22 Jun 2020 11:15:43 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:28372 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729253AbgFVPPn (ORCPT ); Mon, 22 Jun 2020 11:15:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592838943; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Kqfixsov1eUqBEf3CJFifBVn1UXmhhyprdXFUKdWdgI=; b=MksJ0BYcTUS1o34VsnmqMV4HJqq2dzGfa8c0ng36XmKzDKWiuW1PWZF7wNMomexC0IYZCx 8uHryL/op+LdIpAA2AuwpMQKQrhXoaShTAjYtQlwd4a2CLVpRzmOrPzZPNnwMxD/jcV/pm idJ5Cdptqaj0Tk3ev+iEYkQG1z9pvIE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-16-aIZpwFwhOoOp7-U_khD76w-1; Mon, 22 Jun 2020 11:15:41 -0400 X-MC-Unique: aIZpwFwhOoOp7-U_khD76w-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1BB96EC1A1; Mon, 22 Jun 2020 15:15:40 +0000 (UTC) Received: from madhat.boston.devel.redhat.com (ovpn-112-26.phx2.redhat.com [10.3.112.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id C5A071084430; Mon, 22 Jun 2020 15:15:39 +0000 (UTC) From: Steve Dickson Subject: ANNOUNCE: nfs-utils-2.5.1 released. To: Linux NFS Mailing list Cc: "linux-fsdevel@vger.kernel.org" Message-ID: <65c79b6d-3300-7bad-c055-e492ae1a28d4@RedHat.com> Date: Mon, 22 Jun 2020 11:15:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Hello, There is a new command as added 'nfsdclnts' that shows client info on the Linux server. clddb-tool was renamed to nfsdclddb A number of memory leaks were plugged up. Add support for SASL binds As well as a number of bug fixes. The tarballs can be found in https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.1/ or http://sourceforge.net/projects/nfs/files/nfs-utils/2.5.1 The change log is in https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.1/2.5.1-Changelog or http://sourceforge.net/projects/nfs/files/nfs-utils/2.5.1/ The git tree is at: git://linux-nfs.org/~steved/nfs-utils Please send comments/bugs to linux-nfs@vger.kernel.org steved.