From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 0798A2118D944 for ; Thu, 8 Nov 2018 09:28:13 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6900780F79; Thu, 8 Nov 2018 17:28:12 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-147.rdu2.redhat.com [10.10.121.147]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6F5535882A; Thu, 8 Nov 2018 17:28:10 +0000 (UTC) From: Laszlo Ersek To: edk2-devel@lists.01.org Cc: Andrew Fish , Brian Richardson , Leif Lindholm , Liming Gao , Michael Kinney , Stephano Cetola Date: Thu, 8 Nov 2018 18:28:07 +0100 Message-Id: <20181108172807.25233-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 08 Nov 2018 17:28:12 +0000 (UTC) Subject: [edk2-wiki PATCH] release planning: announce the soft and hard feature freezes 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: Thu, 08 Nov 2018 17:28:13 -0000 Content-Transfer-Encoding: 8bit Add a paragraph to each of the SoftFeatureFreeze and HardFeatureFreeze articles about the respective announcements on edk2-devel. Cc: Andrew Fish Cc: Brian Richardson Cc: Leif Lindholm Cc: Liming Gao Cc: Michael Kinney Cc: Stephano Cetola Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek --- Notes: Check out the rendered pages in my clone of the wiki: https://github.com/lersek/edk2/wiki/SoftFeatureFreeze https://github.com/lersek/edk2/wiki/HardFeatureFreeze HardFeatureFreeze.md | 8 ++++++++ SoftFeatureFreeze.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md index 01288dd03f71..e08f4c047e8d 100644 --- a/HardFeatureFreeze.md +++ b/HardFeatureFreeze.md @@ -4,3 +4,11 @@ tag](EDK-II#stable-tags). (This definition is modeled after QEMU's [hard feature freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)). + +# Announcing the hard feature freeze + +The proposed schedule for the active development cycle is shown in the [EDK II +Release Planning](EDK-II-Release-Planning) article. Shortly before the hard +feature freeze, an announcement email is sent to the +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list; by +default by [Liming Gao](https://github.com/lgao4/). diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md index 9dc7d9c19369..e33dd80ccbee 100644 --- a/SoftFeatureFreeze.md +++ b/SoftFeatureFreeze.md @@ -40,3 +40,11 @@ communicate with the maintainer about their intentions. It also helps if you: (This definition is modeled after QEMU's [soft feature freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).) + +# Announcing the soft feature freeze + +The proposed schedule for the active development cycle is shown in the [EDK II +Release Planning](EDK-II-Release-Planning) article. Shortly before the soft +feature freeze, an announcement email is sent to the +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list; by +default by [Liming Gao](https://github.com/lgao4/). -- 2.19.1.3.g30247aa5d201