All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.15 v2 0/3] Start 4.15 changelog
@ 2021-03-10 16:14 Ian Jackson
  2021-03-10 16:14 ` [PATCH 4.15 v2 1/3] MAINTAINERS: Make myself the owner of the changelog Ian Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ian Jackson @ 2021-03-10 16:14 UTC (permalink / raw)
  To: xen-devel; +Cc: iwj

The administriva parts of this (1/, 2/) are a little belated.

For for the substance 3/ I have information from SUPPORT.md.  There is
much other information to put here but right now there are several
blockers in tree and I don't want to distract from fixing them.
I had a look through the git logs but it's really hard to see the wood
for the trees.  I still intend to go and diff some docs.

If anyone feels like sending me updates for CHANGELOG.md that would be
welcome, but I will send out a further call for contributions later.

Thanks to the reviewers of v1; I have taken those comments on board.
If there are no prompt objections I will commit this shortly.

Ian Jackson (3):
  MAINTAINERS: Make myself the owner of the changelog
  CHANGELOG.md: Add sections for 4.14 (belated) and 4.15 (prospective)
  CHANGELOG.md: Glean some information from SUPPORT.md

 CHANGELOG.md                                  | 15 ++++++++++++++-
 MAINTAINERS                                   |  2 +-
 docs/process/release-technician-checklist.txt |  2 ++
 3 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.20.1



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

* [PATCH 4.15 v2 1/3] MAINTAINERS: Make myself the owner of the changelog
  2021-03-10 16:14 [PATCH 4.15 v2 0/3] Start 4.15 changelog Ian Jackson
@ 2021-03-10 16:14 ` Ian Jackson
  2021-03-10 16:15 ` [PATCH 4.15 v2 2/3] CHANGELOG.md: Add sections for 4.14 (belated) and 4.15 (prospective) Ian Jackson
  2021-03-10 16:15 ` [PATCH 4.15 v2 3/3] CHANGELOG.md: Glean some information from SUPPORT.md Ian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2021-03-10 16:14 UTC (permalink / raw)
  To: xen-devel; +Cc: iwj, Jan Beulich

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a5c481543..6a7fa8717e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -256,7 +256,7 @@ S:	Supported
 F:	xen/drivers/passthrough/arm/smmu-v3.c
 
 Change Log
-M:	Paul Durrant <paul@xen.org>
+M:	Ian Jackson <iwj@xenproject.org>
 R:	Community Manager <community.manager@xenproject.org>
 S:	Maintained
 F:	CHANGELOG.md
-- 
2.20.1



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

* [PATCH 4.15 v2 2/3] CHANGELOG.md: Add sections for 4.14 (belated) and 4.15 (prospective)
  2021-03-10 16:14 [PATCH 4.15 v2 0/3] Start 4.15 changelog Ian Jackson
  2021-03-10 16:14 ` [PATCH 4.15 v2 1/3] MAINTAINERS: Make myself the owner of the changelog Ian Jackson
@ 2021-03-10 16:15 ` Ian Jackson
  2021-03-10 16:15 ` [PATCH 4.15 v2 3/3] CHANGELOG.md: Glean some information from SUPPORT.md Ian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2021-03-10 16:15 UTC (permalink / raw)
  To: xen-devel; +Cc: iwj

And update the release technician checklist to mention to edit it.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
---
 CHANGELOG.md                                  | 4 +++-
 docs/process/release-technician-checklist.txt | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c3d3c791d..6805f9b7d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,9 @@ 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)
+## [4.15.0 UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.15.0) - TBD
+
+## [4.14.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.14.0) - 2020-07-23
 
 ### Added
  - This file and MAINTAINERS entry.
diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt
index 7ed2636a12..880630c1ed 100644
--- a/docs/process/release-technician-checklist.txt
+++ b/docs/process/release-technician-checklist.txt
@@ -56,6 +56,8 @@ t=RELEASE-$r
 * change SUPPORT.md heading version number; -unstable or -rc tag
 *     (empty in stable branches after .0 release).
 * SUPPORT.md: insert correct version number in release-notes link
+* CHANGELOG.md: set section heading to delete UNRELEASED and add date;
+#               in unstable branches set to X.Y.0 and RELEASE-X.YY.0
 * change xen-unstable xen/Makefile XEN_EXTRAVERSION
 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
 * rerun ./autogen.sh to update version number in configure
-- 
2.20.1



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

* [PATCH 4.15 v2 3/3] CHANGELOG.md: Glean some information from SUPPORT.md
  2021-03-10 16:14 [PATCH 4.15 v2 0/3] Start 4.15 changelog Ian Jackson
  2021-03-10 16:14 ` [PATCH 4.15 v2 1/3] MAINTAINERS: Make myself the owner of the changelog Ian Jackson
  2021-03-10 16:15 ` [PATCH 4.15 v2 2/3] CHANGELOG.md: Add sections for 4.14 (belated) and 4.15 (prospective) Ian Jackson
@ 2021-03-10 16:15 ` Ian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2021-03-10 16:15 UTC (permalink / raw)
  To: xen-devel; +Cc: iwj

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
---
 CHANGELOG.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6805f9b7d4..c407f6bb2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## [4.15.0 UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.15.0) - TBD
 
+## Added / support upgraded
+ - ARM IOREQ servers (device emulation etc.) (Tech Preview)
+ - Renesas IPMMU-VMSA (Supported, not security supported; was Tech Preview)
+ - ARM SMMUv3 (Tech Preview)
+
+## Removed / support downgraded
+
+ - qemu-xen-traditional as host process device model, now "No security
+   support, not recommended".  (Use as stub domain device model is still
+   supported - see SUPPORT.md.)
+
 ## [4.14.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.14.0) - 2020-07-23
 
 ### Added
-- 
2.20.1



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

end of thread, other threads:[~2021-03-10 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 16:14 [PATCH 4.15 v2 0/3] Start 4.15 changelog Ian Jackson
2021-03-10 16:14 ` [PATCH 4.15 v2 1/3] MAINTAINERS: Make myself the owner of the changelog Ian Jackson
2021-03-10 16:15 ` [PATCH 4.15 v2 2/3] CHANGELOG.md: Add sections for 4.14 (belated) and 4.15 (prospective) Ian Jackson
2021-03-10 16:15 ` [PATCH 4.15 v2 3/3] CHANGELOG.md: Glean some information from SUPPORT.md Ian Jackson

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.