From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 10F9621A07A92 for ; Fri, 9 Nov 2018 02:05:27 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id u9-v6so1266848wrr.0 for ; Fri, 09 Nov 2018 02:05:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=CckZweF83PqdhMX+4Mkigf2PTwFAV2QrU1YCamWYHwU=; b=iuIta2L/F+JCkKThhLBUfb06K1gA070CoMjY/wVe2uLKEc/OUQLke5fjEnD1Iv8Mix yL1NlazANuVs2irA0GgPs2m5nBGM8rx77kT2RI2GBMtVEbBXyWnxXzWQU2Hm/cZHGofz MztyG6bz9mI6vLR7N3/AxdO5dPc+6d/3qCFuc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=CckZweF83PqdhMX+4Mkigf2PTwFAV2QrU1YCamWYHwU=; b=pQjXrZf/RrcPTSnkHEZJ1lif/FOboPp065UPv/Vfa1kRWDGT4+Lx+v8/nu19hNohkx b+xKkzN2KI/PH5kgid6zuwhTPg0eBndsavoulJxeK+eVmlCdJSwV2YlafNNzzuJ6rai0 5gcitz0aAn5OP21Yg6DnbO5FLrJQ4LNuTpe4qd99OPSGzWmR6g2eI2jgYuz0/clCOxqx kgxVKAbxgm1l4rmviWqXjBQmUuARq14ECtdL21ILcG7U8WoUViYK7EugoxFuIlOEGtuc duaLJF4yProHj8KDh2D0GaSImj1jNpRZX6kiwitmzEXmOX91Qi4E3TgkMGbZWHv3tLzn KnbQ== X-Gm-Message-State: AGRZ1gI2W0stZqKlat0gvAgRtUlQzperD3lScmDN3zd8o40RxQvJz88r axemhCKtD3besBX5ZjmrssYz4Q== X-Google-Smtp-Source: AJdET5eN+gIN8pInsEzxWW/LvewtUDJOQnM8XAVKIUzlHHFCCGlXA/wO/moqzuJdlNT6y0NXGT9Dow== X-Received: by 2002:a05:6000:12d0:: with SMTP id l16mr7562441wrx.27.1541757925976; Fri, 09 Nov 2018 02:05:25 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id o130-v6sm1513251wmd.11.2018.11.09.02.05.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 09 Nov 2018 02:05:25 -0800 (PST) Date: Fri, 9 Nov 2018 10:05:23 +0000 From: Leif Lindholm To: Laszlo Ersek Cc: edk2-devel@lists.01.org, Andrew Fish , Brian Richardson , Liming Gao , Michael Kinney , Stephano Cetola Message-ID: <20181109100523.c45meciamrlmkkzo@bivouac.eciton.net> References: <20181108172807.25233-1-lersek@redhat.com> MIME-Version: 1.0 In-Reply-To: <20181108172807.25233-1-lersek@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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: Fri, 09 Nov 2018 10:05:28 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 08, 2018 at 06:28:07PM +0100, Laszlo Ersek wrote: > 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 Reviewed-by: Leif Lindholm > --- > > 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 >