From owner-svn-src-head@freebsd.org Sun Aug 19 16:01:41 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B1FB106DFC8; Sun, 19 Aug 2018 16:01:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B30B17CF4B; Sun, 19 Aug 2018 16:01:40 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 61F191A12F; Sun, 19 Aug 2018 16:01:40 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f54.google.com with SMTP id b22-v6so9134841lfa.3; Sun, 19 Aug 2018 09:01:40 -0700 (PDT) X-Gm-Message-State: AOUpUlHif0X33PpjxBW8rBCziMFspD2PEG/5xpSKxt04UmmBBheKLyKt QijyRHg99T/W5G7UWVgjvZhB+bJcPqOXTa4Ho88= X-Google-Smtp-Source: AA+uWPyeAHRGMVtym+tO/vC1vxCWpnq+c+RmIlgwFGS0vLmRuWirJmu8o7rtlqYuh9KPrfEujISUxYqVw126f4fMODo= X-Received: by 2002:a19:ea52:: with SMTP id i79-v6mr2401206lfh.75.1534694499072; Sun, 19 Aug 2018 09:01:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Sun, 19 Aug 2018 09:01:18 -0700 (PDT) In-Reply-To: <201808191531.w7JFVYoT070233@pdx.rh.CN85.dnsmgr.net> References: <201808191426.w7JEQXXr054123@repo.freebsd.org> <201808191531.w7JFVYoT070233@pdx.rh.CN85.dnsmgr.net> From: Kyle Evans Date: Sun, 19 Aug 2018 11:01:18 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r338050 - in head: . stand To: "Rodney W. Grimes" Cc: Kyle Evans , src-committers , 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.27 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: Sun, 19 Aug 2018 16:01:41 -0000 On Sun, Aug 19, 2018 at 10:31 AM, Rodney W. Grimes wrote: >> Author: kevans >> Date: Sun Aug 19 14:26:33 2018 >> New Revision: 338050 >> URL: https://svnweb.freebsd.org/changeset/base/338050 >> >> Log: >> stand: Flip the default interpreter to Lua >> >> After years in the making, lualoader is ready to make its debut. Both >> flavors of loader are still built by default, and may be installed as >> /boot/loader or /boot/loader.efi as appropriate either by manually creating >> hard links or using LOADER_DEFAULT_INTERP as documented in build(7). >> >> Discussed with: imp >> Relnotes: yes >> Differential Revision: https://reviews.freebsd.org/D16795 > > Kyle, Warner, > Did we have a 12.0 release action item for this, > I thought there was one but I cant seem to locate it. > If not no worries, just wanted to mark off the PR: as done. > > Thanks, > Rod > I had forgotten about this, but we seem to have https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228924 Thanks, Kyle Evans