From patchwork Thu Oct 19 05:20:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Wang X-Patchwork-Id: 13428226 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 920CACDB482 for ; Thu, 19 Oct 2023 05:21:37 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.618879.963120 (Exim 4.92) (envelope-from ) id 1qtLT8-0008Pm-4j; Thu, 19 Oct 2023 05:21:14 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 618879.963120; Thu, 19 Oct 2023 05:21:14 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qtLT8-0008Pf-0P; Thu, 19 Oct 2023 05:21:14 +0000 Received: by outflank-mailman (input) for mailman id 618879; Thu, 19 Oct 2023 05:21:12 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qtLT6-0008PX-62 for xen-devel@lists.xenproject.org; Thu, 19 Oct 2023 05:21:12 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id 4fadf39f-6e3f-11ee-98d5-6d05b1d4d9a1; Thu, 19 Oct 2023 07:21:09 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E7AA22F4; Wed, 18 Oct 2023 22:21:49 -0700 (PDT) Received: from a015966.shanghai.arm.com (a015966.shanghai.arm.com [10.169.190.5]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0E5B33F64C; Wed, 18 Oct 2023 22:21:04 -0700 (PDT) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 4fadf39f-6e3f-11ee-98d5-6d05b1d4d9a1 From: Henry Wang To: xen-devel@lists.xenproject.org Cc: Henry Wang , Community Manager , Stefano Stabellini , Julien Grall , Bertrand Marquis , Andrew Cooper , George Dunlap , Jan Beulich , Wei Liu , =?utf-8?q?Roger_Pau_Monn=C3=A9?= , Wei Chen Subject: [PATCH 0/3] Final CHANGELOG changes for 4.18 Date: Thu, 19 Oct 2023 13:20:47 +0800 Message-Id: <20231019052050.1032492-1-Henry.Wang@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Hi all, This series should be the final CHANGELOG changes for 4.18. The first patch is mentioning the MISRA-C improvement during the 4.18 dev cycle, so should be committed before we branch. The second patch sets the release date and tag of 4.18 release and should be included in both the staging and stable-4.18 once we branch (next week). The third patch starts a new unstable section, so should be in unstable master/staging only. Thanks. Henry Wang (3): CHANGELOG.md: Mention the MISRA-C improvement in 4.18 dev cycle CHANGELOG.md: Set 4.18 release date and tag CHANGELOG.md: Start new "unstable" section CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+)