* [Patch] Updated EDK II Release Notes
@ 2019-04-28 2:22 Wang Fan
2019-04-28 8:26 ` Liming Gao
2019-04-29 18:51 ` [edk2-devel] " Laszlo Ersek
0 siblings, 2 replies; 4+ messages in thread
From: Wang Fan @ 2019-04-28 2:22 UTC (permalink / raw)
To: devel; +Cc: Liming Gao
Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697.
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Wang Fan <fan.wang@intel.com>
---
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
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Patch] Updated EDK II Release Notes
2019-04-28 2:22 [Patch] Updated EDK II Release Notes Wang Fan
@ 2019-04-28 8:26 ` Liming Gao
2019-04-29 18:51 ` [edk2-devel] " Laszlo Ersek
1 sibling, 0 replies; 4+ messages in thread
From: Liming Gao @ 2019-04-28 8:26 UTC (permalink / raw)
To: Wang, Fan, devel@edk2.groups.io
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: Wang, Fan
>Sent: Sunday, April 28, 2019 10:23 AM
>To: devel@edk2.groups.io
>Cc: Gao, Liming <liming.gao@intel.com>
>Subject: [Patch] Updated EDK II Release Notes
>
>Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697.
>
>Cc: Liming Gao <liming.gao@intel.com>
>Signed-off-by: Wang Fan <fan.wang@intel.com>
>---
> 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
>--
>2.16.2.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [Patch] Updated EDK II Release Notes
2019-04-28 2:22 [Patch] Updated EDK II Release Notes Wang Fan
2019-04-28 8:26 ` Liming Gao
@ 2019-04-29 18:51 ` Laszlo Ersek
2019-04-30 3:31 ` Liming Gao
1 sibling, 1 reply; 4+ messages in thread
From: Laszlo Ersek @ 2019-04-29 18:51 UTC (permalink / raw)
To: devel, fan.wang; +Cc: Liming Gao
On 04/28/19 04:22, Wang Fan wrote:
> Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697.
>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Wang Fan <fan.wang@intel.com>
> ---
> 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 <https://bugzilla.tianocore.org/show_bug.cgi?id=1747> to the "release planning" article soon, but now this change confuses me.
Thanks
Laszlo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [Patch] Updated EDK II Release Notes
2019-04-29 18:51 ` [edk2-devel] " Laszlo Ersek
@ 2019-04-30 3:31 ` Liming Gao
0 siblings, 0 replies; 4+ messages in thread
From: Liming Gao @ 2019-04-30 3:31 UTC (permalink / raw)
To: Laszlo Ersek, devel@edk2.groups.io, Wang, Fan
> -----Original Message-----
> From: Laszlo Ersek [mailto:lersek@redhat.com]
> Sent: Tuesday, April 30, 2019 2:51 AM
> To: devel@edk2.groups.io; Wang, Fan <fan.wang@intel.com>
> Cc: Gao, Liming <liming.gao@intel.com>
> Subject: Re: [edk2-devel] [Patch] Updated EDK II Release Notes
>
> On 04/28/19 04:22, Wang Fan wrote:
> > Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697.
> >
> > Cc: Liming Gao <liming.gao@intel.com>
> > Signed-off-by: Wang Fan <fan.wang@intel.com>
> > ---
> > 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
>
EDK-II-Release-Notes is added to track this release note. Past release notes are in edk2 GitHub release tag.
> with the idea that, once a tag is made / released, we move the content from "release planning" to "release notes".
>
Once the tag is made, EDK-II-Release-Notes will be moved into edk2 GitHub release tag. It will be clear for next release.
> If we modify both wiki articles in parallel, then it's easy to lose synch between them, for the currently in-progess stable release.
>
Release Notes keep Wiki and Update Notes. The feature planning are in EDK-II-Release-Planning.
To reduce the confuse, I will remove the feature planning from EDK-II-Release-Notes wiki.
> Personally I'd like to add <https://bugzilla.tianocore.org/show_bug.cgi?id=1747> to the "release planning" article soon, but now this
> change confuses me.
>
Still add this feature into EDK-II-Release-Planning.
> Thanks
> Laszlo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-30 3:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28 2:22 [Patch] Updated EDK II Release Notes Wang Fan
2019-04-28 8:26 ` Liming Gao
2019-04-29 18:51 ` [edk2-devel] " Laszlo Ersek
2019-04-30 3:31 ` Liming Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox