From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 10BE8C43334 for ; Tue, 26 Jul 2022 11:23:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3F9868418C; Tue, 26 Jul 2022 13:23:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A4A0E8418E; Tue, 26 Jul 2022 13:23:40 +0200 (CEST) Received: from mail.thorsis.com (mail.thorsis.com [92.198.35.195]) by phobos.denx.de (Postfix) with ESMTP id 239F084131; Tue, 26 Jul 2022 13:23:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ada@thorsis.com From: Alexander Dahl To: u-boot@lists.denx.de Cc: Tom Rini , u-boot-custodians@lists.denx.de, u-boot-board-maintainers@lists.denx.de Subject: Re: [ANN] U-Boot v2022.10-rc1 released Date: Tue, 26 Jul 2022 13:23:37 +0200 Message-ID: <1692040.4ee9kKeVGZ@ada> In-Reply-To: <20220726003333.GH1146598@bill-the-cat> References: <20220726003333.GH1146598@bill-the-cat> Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hey hey, Am Dienstag, 26. Juli 2022, 02:33:33 CEST schrieb Tom Rini: > Hey all, > > It's release day and so here's v2022.10-rc1. There's a lot in here, and > there's a few more things yet to come, hopefully this week, in terms of > pull requests, and also pulling things out of my own queue. > > One thing I want to call out specifically is the VBE series will be > coming in soon, so general commentary is welcome and appreciated. Also, > we've moved more of our process documentation from the wiki to rst and > being in-tree. Patches to clean that up a bit more, or try and clarify > points about how things work are much appreciated. Moving the docs to the U-Boot source tree in a renderable format and have it available at https://u-boot.readthedocs.io/en/latest/index.html is highly appreciated. Thanks to everyone involved in doing that! :-) Greets Alex > > In terms of a changelog, > git log --merges v2022.04..v2022.07-rc1 > contains what I've pulled but as always, better PR messages and tags > will provide better results here. > > So we're now looking at regular releases every other Monday, and with > final release on October 3rd, 2022. Thanks all!