From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E3CA9210FBEF1 for ; Fri, 24 Aug 2018 00:10:22 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 48E588077115; Fri, 24 Aug 2018 07:10:21 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-136.rdu2.redhat.com [10.10.120.136]) by smtp.corp.redhat.com (Postfix) with ESMTP id 38E782166BA1; Fri, 24 Aug 2018 07:10:19 +0000 (UTC) To: "Zeng, Star" , "edk2-devel@lists.01.org" Cc: "Kinney, Michael D" , Andrew Fish , Leif Lindholm , "Bi, Dandan" References: <1535006413-31444-1-git-send-email-star.zeng@intel.com> <750166fd-89f0-f346-dffa-6d952f0023e7@redhat.com> <0C09AFA07DD0434D9E2A0C6AEB0483103BBB1A89@shsmsx102.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: <63956d2d-9dad-dcae-63a6-d5fe8d3be333@redhat.com> Date: Fri, 24 Aug 2018 09:10:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <0C09AFA07DD0434D9E2A0C6AEB0483103BBB1A89@shsmsx102.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Fri, 24 Aug 2018 07:10:21 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Fri, 24 Aug 2018 07:10:21 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [edk2-wiki PATCH] release planning: Add "SMBIOS 3.2.0 support" in Proposed Features X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2018 07:10:23 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/24/18 03:18, Zeng, Star wrote: > I tried both at https://github.com/lzeng14/tianocore/wiki/EDK-II-Release-Planning. Thanks! > In fact, I am ok with either one. :) I like the version more where the URL is not human-readable (in the rendered article). If we introduce, say, 5 features until the next stable tag, those URLs will get pretty tiresome to look at. For the version that's currently visible in your clone: Acked-by: Laszlo Ersek Thanks! Laszlo > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Thursday, August 23, 2018 7:20 PM > To: Zeng, Star ; edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Andrew Fish ; Leif Lindholm ; Bi, Dandan > Subject: Re: [edk2-wiki PATCH] release planning: Add "SMBIOS 3.2.0 support" in Proposed Features > > On 08/23/18 08:40, Star Zeng wrote: >> Cc: Michael D Kinney >> Cc: Laszlo Ersek >> Cc: Andrew Fish >> Cc: Leif Lindholm >> Cc: Dandan Bi >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Star Zeng >> --- >> EDK-II-Release-Planning.md | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md >> index 744770521cca..f2afde72796f 100644 >> --- a/EDK-II-Release-Planning.md >> +++ b/EDK-II-Release-Planning.md >> @@ -11,6 +11,8 @@ >> >> ## Proposed Features >> >> +* SMBIOS 3.2.0 support: >> +https://bugzilla.tianocore.org/show_bug.cgi?id=1099 >> + >> TBD Bugzilla List >> >> --- >> > > If you insert > > [SMBIOS 3.2.0 support](https://bugzilla.tianocore.org/show_bug.cgi?id=1099) > > instead, do you like the rendered view better? > > (If you don't, then I'm fine with this patch too, of course.) > > Thanks! > Laszlo >