From owner-svn-src-all@FreeBSD.ORG Fri Jan 2 22:42:04 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB1C125E; Fri, 2 Jan 2015 22:42:04 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (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 84A1825FF; Fri, 2 Jan 2015 22:42:04 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h15so204480igd.13; Fri, 02 Jan 2015 14:42:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9XXH9V5r694iKdTuBIr6pL8qwpyAtFCou4oxk6ZyBMY=; b=vBTdvIExUT44dMub2ECZEuNJc8fR0HbnYoyhvWDVYEhf6BTj0AI/MgxLLixUEWeop2 1lKMkY95Bq8UV1yHbl2vI8VyxyzP04RAQLo5p4RBWW3pGT7D1C3yj0ECuN5iBtXHfWrn GKQxaLIEyaGiOjsm2qvGD4KYDNXGu1XdUgNpu8wkft6yPYtUilfZfrLmWqSx5U0+5oc0 vaV0iLFvGwC+Xcaramd7Zwf9sG9U9m34hHRvvT4gp1d+zKSqxFt05APqHpux1RFx21s3 3QUV9EWtq+yPzJLyuiUj+4FK3GNHoaC8DIRJ7MTjXBQKE5QsgYln71adHsdZlZwxkDQB tUGA== X-Received: by 10.43.154.138 with SMTP id le10mr57737520icc.50.1420238523844; Fri, 02 Jan 2015 14:42:03 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.0.85 with HTTP; Fri, 2 Jan 2015 14:41:43 -0800 (PST) In-Reply-To: References: <201501022120.t02LK3up054153@svn.freebsd.org> From: Ed Maste Date: Fri, 2 Jan 2015 17:41:43 -0500 X-Google-Sender-Auth: FTQydRUJUxSlMlVL2E57hpPPL8A Message-ID: Subject: Re: svn commit: r276577 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Xin LI X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 22:42:04 -0000 On 2 January 2015 at 17:33, Craig Rodrigues wrote: > > In future for commits like this, please set the "Relnotes:" flag in your > commit log message, to make it easier for re@ to track updates to > contrib code in the release notes. Good point. Perhaps we should add a note in the Committer's Guide Subversion Primer as well. I'll review it and see if there are other things we may want to comment on.