[edk2-devel] [Patch] Updated EDK II Release Notes

Wang Fan posted 1 patch 4 years, 12 months ago
Failed in applying to current master (apply log)
EDK-II-Release-Notes.md | 5 +++++
1 file changed, 5 insertions(+)
[edk2-devel] [Patch] Updated EDK II Release Notes
Posted by Wang Fan 4 years, 12 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39708): https://edk2.groups.io/g/devel/message/39708
Mute This Topic: https://groups.io/mt/31368765/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch] Updated EDK II Release Notes
Posted by Liming Gao 4 years, 12 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39715): https://edk2.groups.io/g/devel/message/39715
Mute This Topic: https://groups.io/mt/31368765/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch] Updated EDK II Release Notes
Posted by Laszlo Ersek 4 years, 12 months ago
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

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39799): https://edk2.groups.io/g/devel/message/39799
Mute This Topic: https://groups.io/mt/31368765/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch] Updated EDK II Release Notes
Posted by Liming Gao 4 years, 12 months ago
> -----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

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39820): https://edk2.groups.io/g/devel/message/39820
Mute This Topic: https://groups.io/mt/31368765/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-