From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 6B46021199253 for ; Wed, 5 Dec 2018 06:49:35 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 06:49:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,317,1539673200"; d="scan'208";a="281152901" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.29.46]) by orsmga005.jf.intel.com with ESMTP; 05 Dec 2018 06:49:34 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 5 Dec 2018 22:49:18 +0800 Message-Id: <20181205144918.8112-2-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20181205144918.8112-1-liming.gao@intel.com> References: <20181205144918.8112-1-liming.gao@intel.com> Subject: [Patch] edk2 wiki: remove edk2-stable201811 tag planning in EDK-II-Release-Planning 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: Wed, 05 Dec 2018 14:49:35 -0000 edk2-stable201811 tag has been created. its planning can be removed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- EDK-II-Release-Planning.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/EDK-II-Release-Planning.md b/EDK-II-Release-Planning.md index 23011fa..bbd003f 100644 --- a/EDK-II-Release-Planning.md +++ b/EDK-II-Release-Planning.md @@ -1,27 +1,3 @@ -# edk2-stable201811 tag planning - -## Proposed Schedule - -| Date | Description | -| ---------- | ---------------------------------------- | -| 2018-08-15 | Beginning of development | -| 2018-11-01 | [Soft Feature Freeze](SoftFeatureFreeze) | -| 2018-11-08 | [Hard Feature Freeze](HardFeatureFreeze) | -| 2018-11-15 | Release | - -## Proposed Features - -* [SMBIOS 3.2.0 support](https://bugzilla.tianocore.org/show_bug.cgi?id=1099) -* [New APIs in UefiLib to locate ACPI table by signature](https://bugzilla.tianocore.org/show_bug.cgi?id=967) -* [32bit subnet mask support for IP4 PXE](https://bugzilla.tianocore.org/show_bug.cgi?id=1125) -* [TFTP windowsize option support (RFC7440)](https://bugzilla.tianocore.org/show_bug.cgi?id=886) -* [Non-stop mode for Heap Guard and Null Pointer Detection](https://bugzilla.tianocore.org/show_bug.cgi?id=1095) -* [PEI Stack Guard](https://bugzilla.tianocore.org/show_bug.cgi?id=1126) -* [Support MSRs define in SDM 2018-05](https://bugzilla.tianocore.org/show_bug.cgi?id=1213) -* [Add Use-After-Free heap detection in DXE core](https://bugzilla.tianocore.org/show_bug.cgi?id=1240) -* [Remove FatBinPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1105) - - # edk2-stable201903 tag planning ## Proposed Schedule -- 2.13.0.windows.1