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 7E833211D35CE for ; Fri, 8 Mar 2019 01:00:29 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 95F8F3087BA8; Fri, 8 Mar 2019 09:00:28 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-151.rdu2.redhat.com [10.10.120.151]) by smtp.corp.redhat.com (Postfix) with ESMTP id EBAD219C65; Fri, 8 Mar 2019 09:00:27 +0000 (UTC) To: "Gao, Liming" , "edk2-devel@lists.01.org" References: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3F87B2@SHSMSX104.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: <73980a91-a293-d3a3-cbb9-c871493aad27@redhat.com> Date: Fri, 8 Mar 2019 10:00:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3F87B2@SHSMSX104.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Fri, 08 Mar 2019 09:00:28 +0000 (UTC) Subject: Re: [edk2-announce] Hard Feature Freeze starts from 2019-03-01(00:00:00 UTC-8) for edk2-stable201903 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, 08 Mar 2019 09:00:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Liming, On 03/01/19 09:57, Gao, Liming wrote: > Hi, all > Today, we enter into Hard Feature Freeze phase until edk2-stable201903 tag is created at 2019-03-08. In this phase, there is no feature to be pushed. The bug fix is still allowed. I meant to ask you about permanent links to already released stable tags, in the Wiki. For example, we have: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Notes#edk2-stable201903-tag but we don't seem to have one for the previous stable tag (edk2-stable201811). Which is strange because I remember that we collected the changes for that release too, in the wiki. ... Ah, I see it now. The problem is with Wiki commit 63a756e8a134 ("edk2 wiki: remove edk2-stable201811 tag planning in EDK-II-Release-Planning", 2018-12-10). The content was removed completely. For example, if I grep the wiki (currently at commit 664b82ca9684) for "id=1213", there are no hits. That means people cannot learn (or make references to) the fact, in the Wiki, that the edk2-stable201811 release fixed TianoCore#1213. In my opinion, we should rather move that kind of content to a permanent Release Notes article in the Wiki. Thanks Laszlo