From: Paul Durrant Date: Mon, 13 Jan 2020 15:32:17 +0000 (+0000) Subject: Introduce CHANGELOG.md X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~864 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9667b91ba6ff7327ec953e1ac9c3da6574298b9;p=xen.git Introduce CHANGELOG.md 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 --- 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 d5edfc142a..a91080cde5 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