From owner-svn-src-head@freebsd.org Tue Oct 6 19:49:39 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C32AB9B6F10; Tue, 6 Oct 2015 19:49:39 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9005A1C14; Tue, 6 Oct 2015 19:49:39 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by igcrk20 with SMTP id rk20so93452938igc.1; Tue, 06 Oct 2015 12:49:39 -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:from:date:message-id :subject:to:cc:content-type; bh=6cubx/1EpdsoEywxjzPfK3hWthSipMSagi55sKid0ao=; b=tfSUMjTp4t+OL/3yfrfrUaiQLVcowkbrO7plfWzaM1SivGknAKKd5ZiGM18DKO6Hao wS0HVBV97N5atV3XNqaC63wkYjHNNIyHN0iejadpbs8ytviFyJbYIDd9UBzZpOsoWiWp QJJiojafJErCDm9IOHI0ziU8wC/cTGwqKeFJQZmIgkz4tcFE3Tn+m7XuP0cZR+dATt2r uoLhehlQWnb64YAHVwlj3d0RdDfolV5pXQ0NnLtB7i3lOoCTmK0sxNAfi9o0qEOoMct4 BMOWQ2QFWLU96FtS+YjW7/AybD/qnwrKfKmNUT56wMMGChZPDAAaGNYfF+ghvGHMSoQa aXzQ== X-Received: by 10.50.18.16 with SMTP id s16mr6193654igd.33.1444160978863; Tue, 06 Oct 2015 12:49:38 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.75 with HTTP; Tue, 6 Oct 2015 12:49:19 -0700 (PDT) In-Reply-To: <201510061906.t96J6Yqr096589@repo.freebsd.org> References: <201510061906.t96J6Yqr096589@repo.freebsd.org> From: Ed Maste Date: Tue, 6 Oct 2015 15:49:19 -0400 X-Google-Sender-Auth: _if8W61NFe5106F-Fk7o4TW5_-Q Message-ID: Subject: Re: svn commit: r288947 - head/release/doc/en_US.ISO8859-1/relnotes To: Glen Barber Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 19:49:39 -0000 On 6 October 2015 at 15:06, Glen Barber wrote: > Author: gjb > Date: Tue Oct 6 19:06:34 2015 > New Revision: 288947 > URL: https://svnweb.freebsd.org/changeset/base/288947 > > Log: > Document r288943, clang, llvm, etc. updated to upstream 3.7.0. I think we ought to list all of the individual components. In the past often Clang and LLVM were the only parts updated, and LLDB, compiler-rt etc were updated on their own schedules. Importing them together represents a new approach and I think we should mention that explicitly.