From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web09.5418.1621498557549654420 for ; Thu, 20 May 2021 01:15:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XJCcoQug; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621498556; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LKrmaLJpp3ETcLP4mudsH4sA20mcXSZHvPsKJB3yzD0=; b=XJCcoQugaVIvUkQWi58OWdkBUGkXGaElwBV+WteZATaaAjBfQuwtcCKuWJOxtGRl7NA2Wh 0KC4sPiZXPpkqxFNGXgmob1KOpjlI6vWZSrnV6jQRcn0nNm3vuP8EnbrDWnzA7irc+VSHV z7x6So2tJzF4L06tp5V563luBjXRx2c= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-555-Px2EvADNP5iL8oJZn875VA-1; Thu, 20 May 2021 04:15:52 -0400 X-MC-Unique: Px2EvADNP5iL8oJZn875VA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C2F7180986F; Thu, 20 May 2021 08:15:40 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-217.ams2.redhat.com [10.36.112.217]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AAA8A5D9CC; Thu, 20 May 2021 08:15:39 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 1/1] Update Home.md with the latest stable tag To: devel@edk2.groups.io, rebecca@nuviainc.com, Michael Kinney , Liming Gao References: <20210520045454.20495-1-rebecca@nuviainc.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 20 May 2021 10:15:37 +0200 MIME-Version: 1.0 In-Reply-To: <20210520045454.20495-1-rebecca@nuviainc.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 05/20/21 06:54, Rebecca Cran wrote: > Update the home page to list the correct latest stable tag of > edk2-stable202102. > > Signed-off-by: Rebecca Cran > --- > Home.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Laszlo Ersek Pushed as commit 9f223b60543f ("Update Home.md with the latest stable tag", 2021-05-20). Thanks Laszlo > > diff --git a/Home.md b/Home.md > index cf165b06194b..9d067ffe97f9 100644 > --- a/Home.md > +++ b/Home.md > @@ -1,6 +1,6 @@ > Welcome to TianoCore, the community supporting an open source implementation of [[UEFI]]. [[EDK II]] is a modern, feature-rich, cross-platform firmware development environment for the UEFI and [[PI]] specifications. We hope that you’ll delve into our work, use TianoCore for platform firmware, [[report any issues|Reporting Issues]] you find, and contribute to the community. Learn more on [[TianoCore Who we are]]. > > -The latest [stable tag](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags) of EDK II is [edk2-stable202008](https://github.com/tianocore/edk2/releases/tag/edk2-stable202008). > +The latest [stable tag](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags) of EDK II is [edk2-stable202102](https://github.com/tianocore/edk2/releases/tag/edk2-stable202102). > > If you want to compile firmware or utilities, we recommend the [[Getting Started with EDK II]] page. This provides an overview of downloading [EDK II from github](https://github.com/tianocore/edk2) and building a sample platform ([[OVMF]], [[EmulatorPkg]], [[MdePkg]], ...). There are multiple [[hardware platforms|EDK II Platforms]] using EDK II open source UEFI firmware, including [[MinnowBoard Max/Turbot|MinnowBoardMax]], [[Aaeon UpSquared|IntelAtomProcessorE3900]], and [[Intel® Galileo Gen 2|Galileo]]. This allows you to experiment and develop UEFI features on real hardware. > >