From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Mon, 29 Apr 2019 11:51:06 -0700 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3433F7FDE5; Mon, 29 Apr 2019 18:51:06 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-31.rdu2.redhat.com [10.10.121.31]) by smtp.corp.redhat.com (Postfix) with ESMTP id 234FF600C2; Mon, 29 Apr 2019 18:51:04 +0000 (UTC) Subject: Re: [edk2-devel] [Patch] Updated EDK II Release Notes To: devel@edk2.groups.io, fan.wang@intel.com Cc: Liming Gao References: <20190428022255.11784-1-fan.wang@intel.com> From: "Laszlo Ersek" Message-ID: <1d73cd15-d18a-52f7-6287-1f7f2cc7732f@redhat.com> Date: Mon, 29 Apr 2019 20:51:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190428022255.11784-1-fan.wang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 29 Apr 2019 18:51:06 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/28/19 04:22, Wang Fan wrote: > Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697. > > Cc: Liming Gao > Signed-off-by: Wang Fan > --- > EDK-II-Release-Notes.md | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/EDK-II-Release-Notes.md b/EDK-II-Release-Notes.md > index 892ceaf..e080082 100644 > --- a/EDK-II-Release-Notes.md > +++ b/EDK-II-Release-Notes.md > @@ -43,5 +43,10 @@ Platform FDF also needs to be changed to include DebugServicePei and place it in > APRIORI PEI { > INF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf > } > INF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf > ``` > + > +2. Remove IpSec driver in NetworkPkg for BZ1697, also include IpSecConfig application. Below components should be removed from platform DSC/FDF files: > + > +NetworkPkg/Application/IpsecConfig/IpSecConfig.inf > +NetworkPkg/IpSecDxe/IpSecDxe.inf > I'm confused. I thought we were tracking the release notes for the upcoming stable release at: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning and that we only tracked release notes for past releases at https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Notes with the idea that, once a tag is made / released, we move the content from "release planning" to "release notes". If we modify both wiki articles in parallel, then it's easy to lose synch between them, for the currently in-progess stable release. Personally I'd like to add to the "release planning" article soon, but now this change confuses me. Thanks Laszlo