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::344; helo=mail-wm1-x344.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 8A66B21A07A80 for ; Thu, 8 Nov 2018 09:13:04 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id s10-v6so2038762wmc.5 for ; Thu, 08 Nov 2018 09:13:04 -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=ZvfEHDyviJ0XoNkhLyHbT8xxfYi94hL47FK7rx9kRrY=; b=c3opTAd53LAuqDvHzMGEyP2Qn8OqARIV0CFWQBfv7fraTsV13hc+ovNhF+DhAMUaOV K5fS04+oGMl7jCxACgmS/9cPoSGrzz9k0OV4ttHeSNw/gMkvi/dDH2vpsBZlyDOrB5dO qYOyZr3EaKIC6/rJc7OsQMKelkS2lhW9R5lKA= 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=ZvfEHDyviJ0XoNkhLyHbT8xxfYi94hL47FK7rx9kRrY=; b=UY9u9bptKTgzx4DfaHDTEXhjqmOPUipqIu9q+9wQ+Hu05JZW16Y+zZXYk9YhPvsZf5 giLZhqAI1mrtHtTahn+tTchtSDeI74daYZezPej5TDM6n0kMbOXspiXbIRWEHK4tizsk 7exF/K45BDLS1uBtvIHpIAYYhkD3DPsowvWXWf75yR23tQSScP/53Z9ap5Id65IXypQQ TocUsvIHmx7yusGOga7YLlDsLsPoHITNjDs6pI8CFHjmIwm60KEdUGwW3YXGYw965VFa D+Ym+m7yYCGy+q0ec5e1emw1nLBFS6h5tG1N66WA52HPUixMOgIJeLefYPuILHd1/j7R VcVQ== X-Gm-Message-State: AGRZ1gIaea2aj0LoXrqmDHu6sLIogYrX7flVoKSKuheBYgW3zdKESOwn eNfvQghoFGXjgocmMoAdjnVMJg== X-Google-Smtp-Source: AJdET5dxxX9kjrl3kD4bp6++NyIGlwSTuzUiyshJgJ0SESDghCXG/rxEqaTwsKHrk/IMVSytsJUCaw== X-Received: by 2002:a1c:9303:: with SMTP id v3-v6mr1896070wmd.82.1541697182556; Thu, 08 Nov 2018 09:13:02 -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 b9sm3721189wrx.85.2018.11.08.09.13.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Nov 2018 09:13:01 -0800 (PST) Date: Thu, 8 Nov 2018 17:13:00 +0000 From: Leif Lindholm To: Liming Gao Cc: edk2-devel@lists.01.org, Andrew Fish , Laszlo Ersek , Michael D Kinney Message-ID: <20181108171300.42sqr5klgakalpiq@bivouac.eciton.net> References: <20181108144934.8692-1-liming.gao@intel.com> MIME-Version: 1.0 In-Reply-To: <20181108144934.8692-1-liming.gao@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [Patch] Maintainers.txt: Update EDK II Releases to EDK-II-Release-Planning wiki 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:13:04 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm generally happy with this if the rest of you are? Reviewed-by: Leif Lindholm / Leif On Thu, Nov 08, 2018 at 10:49:34PM +0800, Liming Gao wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > --- > Maintainers.txt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 6c9156169a..fc183d6477 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -51,9 +51,7 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/Security > > EDK II Releases: > ---------------- > -UDK2014 > -W: http://www.tianocore.org/udk2014/ > -S: Supported > +W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning > > EDK II Packages: > ---------------- > -- > 2.13.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel