From patchwork Mon Jan 13 15:32:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11330401 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9771192A for ; Mon, 13 Jan 2020 15:33:38 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 706B8207FD for ; Mon, 13 Jan 2020 15:33:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="aroR+JL7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 706B8207FD Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ir1hc-0008Mn-Nw; Mon, 13 Jan 2020 15:32:28 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ir1hb-0008Mi-Oq for xen-devel@lists.xenproject.org; Mon, 13 Jan 2020 15:32:27 +0000 X-Inumbo-ID: e78541d4-3619-11ea-a2eb-bc764e2007e4 Received: from smtp-fw-2101.amazon.com (unknown [72.21.196.25]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id e78541d4-3619-11ea-a2eb-bc764e2007e4; Mon, 13 Jan 2020 15:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1578929548; x=1610465548; h=from:to:cc:subject:date:message-id:mime-version; bh=ux+8Tvc5qL66EWWZE5JSmYN5TdcTDIQBI60lEvwlvWA=; b=aroR+JL7ZMvUAJJTM0dmkShO+h/TPF3MwK5bP3rEJsXqLNGIYC6DMZDs MDReB8TMYRv1M9vxKwIPqWe/QfEFdQhUigoeeBam5jBaaORQl9472DDkI s9TuG+LPauEdbIC1N0BL0WiGAjeEXibIYLKqlw8p9ejpy45BI6FPzRfwO A=; IronPort-SDR: EBKNtaIPOSM8UUJk0KCi3DbAk86XPx3ZgSgHlDPWjvyJRQaBHQdLiddqIMGQhzJEv5A2aAu3mj 1zM1GBePIPNQ== X-IronPort-AV: E=Sophos;i="5.69,429,1571702400"; d="scan'208";a="12208039" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-1a-715bee71.us-east-1.amazon.com) ([10.43.8.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 13 Jan 2020 15:32:26 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1a-715bee71.us-east-1.amazon.com (Postfix) with ESMTPS id DFF89A1D70; Mon, 13 Jan 2020 15:32:22 +0000 (UTC) Received: from EX13D32EUC002.ant.amazon.com (10.43.164.94) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Mon, 13 Jan 2020 15:32:22 +0000 Received: from EX13MTAUEE002.ant.amazon.com (10.43.62.24) by EX13D32EUC002.ant.amazon.com (10.43.164.94) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 13 Jan 2020 15:32:21 +0000 Received: from CBG-5CG9341D0C.amazon.com (10.85.95.147) by mail-relay.amazon.com (10.43.62.224) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 13 Jan 2020 15:32:18 +0000 From: Paul Durrant To: Date: Mon, 13 Jan 2020 15:32:17 +0000 Message-ID: <20200113153217.3419-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v2] Introduce CHANGELOG.md X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Paul Durrant , Ian Jackson , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" As agreed during the 2020-01 community call [1] this patch introduces a changelog, based on the principles explained at keepachangelog.com [2]. A new MAINTAINERS entry is also added, with myself as (currently sole) maintainer. [1] See C.2 at https://cryptpad.fr/pad/#/2/pad/edit/ERZtMYD5j6k0sv-NG6Htl-AJ/ [2] https://keepachangelog.com/en/1.0.0/ Signed-off-by: Paul Durrant Acked-by: Lars Kurth Acked-by: Wei Liu --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Julien Grall Cc: Konrad Rzeszutek Wilk Cc: Stefano Stabellini Cc: Wei Liu v2: - Dropped 'All' from 'All notable changes' - Added Lars as a designated reviewer --- CHANGELOG.md | 14 ++++++++++++++ MAINTAINERS | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..b11e9bc4e3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +Notable changes to Xen will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) + +## [Unreleased](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog) + +### Added + - This file and MAINTAINERS entry. + +## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17 + +> Pointer to release from which CHANGELOG tracking starts diff --git a/MAINTAINERS b/MAINTAINERS index d5bd83073c..1ffc3dc600 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -198,6 +198,12 @@ F: xen/include/asm-arm/ F: xen/include/public/arch-arm/ F: xen/include/public/arch-arm.h +Change Log +M: Paul Durrant +R: Lars Kurth +S: Maintained +F: CHANGELOG.md + Continuous Integration (CI) M: Doug Goldstein W: https://gitlab.com/xen-project/xen