From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 336A5210F16D5 for ; Fri, 17 Aug 2018 12:50:32 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Aug 2018 12:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,251,1531810800"; d="scan'208";a="63238280" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga007.fm.intel.com with ESMTP; 17 Aug 2018 12:50:31 -0700 Received: from orsmsx163.amr.corp.intel.com (10.22.240.88) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 17 Aug 2018 12:50:31 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.72]) by ORSMSX163.amr.corp.intel.com ([169.254.9.30]) with mapi id 14.03.0319.002; Fri, 17 Aug 2018 12:50:31 -0700 From: "Kinney, Michael D" To: Laszlo Ersek , edk2-devel-01 , "Kinney, Michael D" CC: Andrew Fish , Leif Lindholm Thread-Topic: [edk2-wiki PATCH 0/2] document the Soft and Hard Feature Freezes Thread-Index: AQHUNXCvpe4A3Rqkr06Y1zh2Fgdu66TEW7Lw Date: Fri, 17 Aug 2018 19:50:29 +0000 Message-ID: References: <20180816145149.8897-1-lersek@redhat.com> In-Reply-To: <20180816145149.8897-1-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [edk2-wiki PATCH 0/2] document 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: Fri, 17 Aug 2018 19:50:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Laszlo, Thanks for adding these additional details. Series Reviewed-by: Michael D Kinney Mike > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Thursday, August 16, 2018 7:52 AM > To: edk2-devel-01 > Cc: Andrew Fish ; Leif Lindholm > ; Kinney, Michael D > > Subject: [edk2-wiki PATCH 0/2] document the Soft and > Hard Feature Freezes >=20 > The recently added "EDK II Release Planning" wiki page > refers to the > Soft and Hard Feature Freezes, but the definitions are > missing. This > series provides them, and updates the planning page to > link them. >=20 > The pages can be read "live" in my wiki clone, by > starting from >=20 > https://github.com/lersek/edk2/wiki/EDK-II-Release- > Planning >=20 > and by following the links. (At commit 3a54508927ce, > pointed-to by both > the "soft_hard_freeze" and "master" branches.) >=20 > Cc: Andrew Fish > Cc: Leif Lindholm > Cc: Michael D Kinney >=20 > Thanks, > Laszlo >=20 > Laszlo Ersek (2): > release planning: describe the hard and soft feature > freezes > release planning: link soft and hard feature freeze > definitions >=20 > EDK-II-Release-Planning.md | 12 +++--- > HardFeatureFreeze.md | 6 +++ > SoftFeatureFreeze.md | 42 ++++++++++++++++++++ > 3 files changed, 54 insertions(+), 6 deletions(-) > create mode 100644 HardFeatureFreeze.md > create mode 100644 SoftFeatureFreeze.md >=20 > -- > 2.14.1.3.gb7cf6e02401b