From nobody Wed May 15 18:26:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1698762922075426.8650851501442; Tue, 31 Oct 2023 07:35:22 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.625837.975534 (Exim 4.92) (envelope-from ) id 1qxppZ-0004fY-KA; Tue, 31 Oct 2023 14:34:57 +0000 Received: by outflank-mailman (output) from mailman id 625837.975534; Tue, 31 Oct 2023 14:34:57 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qxppZ-0004fR-Hf; Tue, 31 Oct 2023 14:34:57 +0000 Received: by outflank-mailman (input) for mailman id 625837; Tue, 31 Oct 2023 14:34:56 +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 1qxppY-0004cm-Ep for xen-devel@lists.xenproject.org; Tue, 31 Oct 2023 14:34:56 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id a84a428e-77fa-11ee-98d6-6d05b1d4d9a1; Tue, 31 Oct 2023 15:34:54 +0100 (CET) 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 B37241FB; Tue, 31 Oct 2023 07:35:35 -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 0F7673F738; Tue, 31 Oct 2023 07:34:49 -0700 (PDT) X-Outflank-Mailman: Message body and most headers restored to incoming version 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: a84a428e-77fa-11ee-98d6-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=20Pau=20Monn=C3=A9?= , Wei Chen Subject: [PATCH v4] CHANGELOG.md: Start new "unstable" section Date: Tue, 31 Oct 2023 22:34:42 +0800 Message-Id: <20231031143442.2415268-1-Henry.Wang@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1698762924013100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Henry Wang --- v4: - Set the release date. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca7969699..cbdc9bceac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ Notable changes to Xen will be documented in this file. =20 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.= 0.0/) =20 -## [4.18.0](https://xenbits.xenproject.org/gitweb/?p=3Dxen.git;a=3Dshortlo= g;h=3DRELEASE-4.18.0) - 2023-XX-XX +## [unstable UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=3Dxen.gi= t;a=3Dshortlog;h=3Dstaging) - TBD + +### Changed + +### Added + +### Removed + +## [4.18.0](https://xenbits.xenproject.org/gitweb/?p=3Dxen.git;a=3Dshortlo= g;h=3DRELEASE-4.18.0) - 2023-11-16 =20 ### Changed - Repurpose command line gnttab_max_{maptrack_,}frames options so they do= n't --=20 2.25.1