From owner-svn-src-all@FreeBSD.ORG Tue Apr 17 05:32:42 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61E45106566B; Tue, 17 Apr 2012 05:32:42 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9BB8FC19; Tue, 17 Apr 2012 05:32:42 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:920:4d88:e4b9:4d05] (unknown [IPv6:2001:7b8:3a7:0:920:4d88:e4b9:4d05]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 5DFFD5C37; Tue, 17 Apr 2012 07:32:41 +0200 (CEST) Message-ID: <4F8D0077.3000502@FreeBSD.org> Date: Tue, 17 Apr 2012 07:32:39 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120410 Thunderbird/12.0 MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <201204162128.q3GLS5v7051356@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234355 - head/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Apr 2012 05:32:42 -0000 On 2012-04-17 00:38, Bjoern A. Zeeb wrote: > On 16. Apr 2012, at 21:28 , Dimitry Andric wrote: >> Author: dim >> Date: Mon Apr 16 21:28:04 2012 >> New Revision: 234355 >> URL: http://svn.freebsd.org/changeset/base/234355 >> >> Log: >> Bump __FreeBSD_version due to the import of a new clang 3.1 prerelease >> snapshot. > > With SVN can we please try to get these bumps done more atomically with the real changes and if we do not maybe reference which revision forced the bump? I thought it was clearer to do this in a separate commit, since the import modifies a large number of files, sort of "drowning out" this change. > That said, why does 3.1-pre need a bump? To make it easier for ports people to detect there is a new version. Some command line options have changed, some new behaviour has been introduced, etc.