All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v2] Introduce CHANGELOG.md
@ 2020-01-13 15:32 Paul Durrant
  2020-01-14 11:32 ` Wei Liu
  2020-01-21 10:32 ` Durrant, Paul
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Durrant @ 2020-01-13 15:32 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Paul Durrant, Ian Jackson,
	Jan Beulich

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 <pdurrant@amazon.com>
Acked-by: Lars Kurth <lars.kurth@citrix.com>
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Julien Grall <julien@xen.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Wei Liu <wl@xen.org>

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 <pdurrant@amazon.com>
+R:	Lars Kurth <lars.kurth@citrix.com>
+S:	Maintained
+F:	CHANGELOG.md
+
 Continuous Integration (CI)
 M:	Doug Goldstein <cardoe@cardoe.com>
 W:	https://gitlab.com/xen-project/xen
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Xen-devel] [PATCH v2] Introduce CHANGELOG.md
  2020-01-13 15:32 [Xen-devel] [PATCH v2] Introduce CHANGELOG.md Paul Durrant
@ 2020-01-14 11:32 ` Wei Liu
  2020-01-21 10:32 ` Durrant, Paul
  1 sibling, 0 replies; 4+ messages in thread
From: Wei Liu @ 2020-01-14 11:32 UTC (permalink / raw)
  To: Paul Durrant
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Jan Beulich,
	xen-devel

On Mon, Jan 13, 2020 at 03:32:17PM +0000, Paul Durrant wrote:
> 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 <pdurrant@amazon.com>
> Acked-by: Lars Kurth <lars.kurth@citrix.com>

Acked-by: Wei Liu <wl@xen.org>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xen-devel] [PATCH v2] Introduce CHANGELOG.md
  2020-01-13 15:32 [Xen-devel] [PATCH v2] Introduce CHANGELOG.md Paul Durrant
  2020-01-14 11:32 ` Wei Liu
@ 2020-01-21 10:32 ` Durrant, Paul
  2020-01-21 10:34   ` Julien Grall
  1 sibling, 1 reply; 4+ messages in thread
From: Durrant, Paul @ 2020-01-21 10:32 UTC (permalink / raw)
  To: Durrant, Paul, xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Jan Beulich

Ping? I have acks from Lars and Wei but this doesn't appear to have been committed. Are any more acks required?

  Paul

> -----Original Message-----
> From: Paul Durrant <pdurrant@amazon.com>
> Sent: 13 January 2020 15:32
> To: xen-devel@lists.xenproject.org
> Cc: Durrant, Paul <pdurrant@amazon.co.uk>; Andrew Cooper
> <andrew.cooper3@citrix.com>; George Dunlap <George.Dunlap@eu.citrix.com>;
> Ian Jackson <ian.jackson@eu.citrix.com>; Jan Beulich <jbeulich@suse.com>;
> Julien Grall <julien@xen.org>; Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.com>; Stefano Stabellini <sstabellini@kernel.org>; Wei
> Liu <wl@xen.org>
> Subject: [PATCH v2] 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 <pdurrant@amazon.com>
> Acked-by: Lars Kurth <lars.kurth@citrix.com>
> ---
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Julien Grall <julien@xen.org>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Cc: Wei Liu <wl@xen.org>
> 
> 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 <pdurrant@amazon.com>
> +R:	Lars Kurth <lars.kurth@citrix.com>
> +S:	Maintained
> +F:	CHANGELOG.md
> +
>  Continuous Integration (CI)
>  M:	Doug Goldstein <cardoe@cardoe.com>
>  W:	https://gitlab.com/xen-project/xen
> --
> 2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xen-devel] [PATCH v2] Introduce CHANGELOG.md
  2020-01-21 10:32 ` Durrant, Paul
@ 2020-01-21 10:34   ` Julien Grall
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Grall @ 2020-01-21 10:34 UTC (permalink / raw)
  To: Durrant, Paul, xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Jan Beulich

Hi Paul,

On 21/01/2020 10:32, Durrant, Paul wrote:
> Ping? I have acks from Lars and Wei but this doesn't appear to have been committed. Are any more acks required?

You have two acks and no more comments for the past week. So I am going 
to commit it.

Cheers,

> 
>    Paul
> 
>> -----Original Message-----
>> From: Paul Durrant <pdurrant@amazon.com>
>> Sent: 13 January 2020 15:32
>> To: xen-devel@lists.xenproject.org
>> Cc: Durrant, Paul <pdurrant@amazon.co.uk>; Andrew Cooper
>> <andrew.cooper3@citrix.com>; George Dunlap <George.Dunlap@eu.citrix.com>;
>> Ian Jackson <ian.jackson@eu.citrix.com>; Jan Beulich <jbeulich@suse.com>;
>> Julien Grall <julien@xen.org>; Konrad Rzeszutek Wilk
>> <konrad.wilk@oracle.com>; Stefano Stabellini <sstabellini@kernel.org>; Wei
>> Liu <wl@xen.org>
>> Subject: [PATCH v2] 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 <pdurrant@amazon.com>
>> Acked-by: Lars Kurth <lars.kurth@citrix.com>
>> ---
>> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
>> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
>> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
>> Cc: Jan Beulich <jbeulich@suse.com>
>> Cc: Julien Grall <julien@xen.org>
>> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> Cc: Stefano Stabellini <sstabellini@kernel.org>
>> Cc: Wei Liu <wl@xen.org>
>>
>> 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 <pdurrant@amazon.com>
>> +R:	Lars Kurth <lars.kurth@citrix.com>
>> +S:	Maintained
>> +F:	CHANGELOG.md
>> +
>>   Continuous Integration (CI)
>>   M:	Doug Goldstein <cardoe@cardoe.com>
>>   W:	https://gitlab.com/xen-project/xen
>> --
>> 2.17.1
> 

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-21 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 15:32 [Xen-devel] [PATCH v2] Introduce CHANGELOG.md Paul Durrant
2020-01-14 11:32 ` Wei Liu
2020-01-21 10:32 ` Durrant, Paul
2020-01-21 10:34   ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.