From patchwork Fri Jan 10 09:12:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11326905 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 90F44921 for ; Fri, 10 Jan 2020 09:14:29 +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 6D4302072E for ; Fri, 10 Jan 2020 09:14:29 +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="iussjyLO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D4302072E 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 1ipqLg-0005Qs-MS; Fri, 10 Jan 2020 09:12:56 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ipqLf-0005Qn-Fn for xen-devel@lists.xenproject.org; Fri, 10 Jan 2020 09:12:55 +0000 X-Inumbo-ID: 62808774-3389-11ea-beae-12813bfff9fa Received: from smtp-fw-9101.amazon.com (unknown [207.171.184.25]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 62808774-3389-11ea-beae-12813bfff9fa; Fri, 10 Jan 2020 09:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1578647575; x=1610183575; h=from:to:cc:subject:date:message-id:mime-version; bh=9ahEYIioX1LLQRGbnTkJ6/JN7UC5pyit9rAxshIfqo8=; b=iussjyLOIAok39JvJhj2CGUzIcIdZIpvQASdJOO+AWB11J76Kcu4miS9 jDqLCTpbHxOzMhaC/1dYX0lKfmr2wjxJs2jcF9tp34tOhcsKFpy/PmiPo NkX+POgkS1F84KXunAYSZxeGAniOQdUmHZ70HhNXZTEMVtCpKZRUzHgR9 M=; IronPort-SDR: JU8hvHBuzE1XzlkjBtsb/z7nbMonHK8SuOnMgQEQY6YMJ8N2R+kCJBm/5vb1rCLqJgTfwT41XO G1EeJ3PgvH8g== X-IronPort-AV: E=Sophos;i="5.69,415,1571702400"; d="scan'208";a="9513710" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1d-f273de60.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 10 Jan 2020 09:12:53 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1d-f273de60.us-east-1.amazon.com (Postfix) with ESMTPS id BF7BCA22B9; Fri, 10 Jan 2020 09:12:49 +0000 (UTC) Received: from EX13D32EUB003.ant.amazon.com (10.43.166.165) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Fri, 10 Jan 2020 09:12:49 +0000 Received: from EX13MTAUEA001.ant.amazon.com (10.43.61.82) by EX13D32EUB003.ant.amazon.com (10.43.166.165) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 10 Jan 2020 09:12:48 +0000 Received: from CBG-5CG9341D0C.cbg10.amazon.com (10.55.227.19) by mail-relay.amazon.com (10.43.61.243) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 10 Jan 2020 09:12:45 +0000 From: Paul Durrant To: Date: Fri, 10 Jan 2020 09:12:38 +0000 Message-ID: <20200110091238.845-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH] 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: Lars Kurth , 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 Reviewed-by: Lars Kurth --- 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 Cc: Lars Kurth Should there be other maintainers apart from myself (with my RM hat on)? Perhaps Lars should also be added as a designated reviewer? --- CHANGELOG.md | 14 ++++++++++++++ MAINTAINERS | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..ec5e174aa0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All 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..68c691361a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -198,6 +198,11 @@ F: xen/include/asm-arm/ F: xen/include/public/arch-arm/ F: xen/include/public/arch-arm.h +Change Log +M: Paul Durrant +S: Maintained +F: CHANGELOG.md + Continuous Integration (CI) M: Doug Goldstein W: https://gitlab.com/xen-project/xen