From owner-svn-src-stable-10@FreeBSD.ORG Thu Aug 21 18:32:43 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CC105AE; Thu, 21 Aug 2014 18:32:43 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A15437B3; Thu, 21 Aug 2014 18:32:42 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id el20so9054032lab.31 for ; Thu, 21 Aug 2014 11:32:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2/5SZNoYRkW6GOBSY0nquSHZh2YV0hEewDrEhHdS0V4=; b=TGz8v/uPOcsihv3isVZjCO8AF8+I5DRfvwWHjJLyqyuNG9UsHPeGYm/bwlYDnbgAQF Ql6+8deRdaHVDuobCZuLs7U3xbwunyKazZ6gDAqebLYbgO4VIRXXYsN6W4jUxQOmX+HT V2n0DeX14UInh7To446Yw2GJfzlbcW6Ag2w1scbxgs7aHe+NHQCz96g+19kgOLuwYzgP 20ALWG8KXQ1qB/u7ZrSZ3vjGvyJIOHBzfBz0U877R7IkofTzC/yGydxkyMWbt2k5ybZz dfhpY+3JMJDj4B3JlpZoDB+gYEVckpdO5Hd34Lm/Q7JU/HMGF5Ox84YTDLdrkHxujicz X6LA== MIME-Version: 1.0 X-Received: by 10.112.169.35 with SMTP id ab3mr213838lbc.41.1408645960386; Thu, 21 Aug 2014 11:32:40 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Thu, 21 Aug 2014 11:32:40 -0700 (PDT) In-Reply-To: <201408210431.s7L4Vmkj027897@svn.freebsd.org> References: <201408210431.s7L4Vmkj027897@svn.freebsd.org> Date: Thu, 21 Aug 2014 11:32:40 -0700 X-Google-Sender-Auth: YbGdiEmOgESdVBsrNj29r_oPhHQ Message-ID: Subject: Re: svn commit: r270258 - in stable/10: sbin/umount usr.bin/showmount From: Craig Rodrigues To: Peter Wemm Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 18:32:43 -0000 On Wed, Aug 20, 2014 at 9:31 PM, Peter Wemm wrote: > Author: peter > Date: Thu Aug 21 04:31:48 2014 > New Revision: 270258 > URL: http://svnweb.freebsd.org/changeset/base/270258 > > Log: > MFC r270062: switch rpc mount protocol for showmount and umount from > mountv1 to mountv3 - it breaks by default on the new netapp release with > the legacy protocols removed. Next time when doing this type of commit, please set Relnotes: yes in the commit message. This type of commit is "Release Notes" worthy, and it makes writing release notes a bit easier for re@. -- Craig