diff mbox series

[4.15,2/3] CHANGELOG.md: Clear out 4.14 stuff and start 4.15 info

Message ID 20210309145002.30359-3-iwj@xenproject.org (mailing list archive)
State Superseded
Headers show
Series Start 4.15 changelog | expand

Commit Message

Ian Jackson March 9, 2021, 2:50 p.m. UTC
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 CHANGELOG.md | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

Comments

Jan Beulich March 9, 2021, 2:54 p.m. UTC | #1
On 09.03.2021 15:50, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <iwj@xenproject.org>
> ---
>  CHANGELOG.md | 27 +--------------------------
>  1 file changed, 1 insertion(+), 26 deletions(-)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 5c3d3c791d..4ecd157a35 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -6,31 +6,6 @@ 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.
> - - Use x2APIC mode whenever available, regardless of interrupt remapping
> -   support.
> - - Performance improvements to guest assisted TLB flushes, either when using
> -   the Xen hypercall interface or the viridian one.
> - - Assorted pvshim performance and scalability improvements plus some bug
> -   fixes.
> - - Hypervisor framework to ease porting Xen to run on hypervisors.
> - - Initial support to run on Hyper-V.
> - - Initial hypervisor file system (hypfs) support.
> - - libxl support for running qemu-xen device model in a linux stubdomain.
> - - New 'domid_policy', allowing domain-ids to be randomly chosen.
> - - Option to preserve domain-id across migrate or save+restore.
> - - Support in kdd for initial KD protocol handshake for Win 7, 8 and 10 (64 bit).
> - - Tech preview support for Control-flow Execution Technology, with Xen using
> -   Supervisor Shadow Stacks for its own protection.
> -
> -### Changed
> - - The CPUID data seen by a guest on boot is now moved in the migration
> -   stream.  A guest migrating between non-identical hardware will now no
> -   longer observe details such as Family/Model/Stepping, Cache, etc changing.
> -   An administrator still needs to take care to ensure the features visible to
> -   the guest at boot are compatible with anywhere it might migrate.
> -
> -## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
> +## [4.14.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.14.0) - 2020-07-23

Was the plan here really to remove old information? I'd have expected
you to add the one line you do add (perhaps together with empty
"### Added" and "### Changed" sections) between [Unreleased] and the
section you remove.

Jan
Ian Jackson March 9, 2021, 3:18 p.m. UTC | #2
Jan Beulich writes ("Re: [PATCH 4.15 2/3] CHANGELOG.md: Clear out 4.14 stuff and start 4.15 info"):
...
> Was the plan here really to remove old information? I'd have expected
> you to add the one line you do add (perhaps together with empty
> "### Added" and "### Changed" sections) between [Unreleased] and the
> section you remove.

Hrm.  Interesting.  Maybe you are right.  I'm new at this :-).

Ian.
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c3d3c791d..4ecd157a35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,31 +6,6 @@  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.
- - Use x2APIC mode whenever available, regardless of interrupt remapping
-   support.
- - Performance improvements to guest assisted TLB flushes, either when using
-   the Xen hypercall interface or the viridian one.
- - Assorted pvshim performance and scalability improvements plus some bug
-   fixes.
- - Hypervisor framework to ease porting Xen to run on hypervisors.
- - Initial support to run on Hyper-V.
- - Initial hypervisor file system (hypfs) support.
- - libxl support for running qemu-xen device model in a linux stubdomain.
- - New 'domid_policy', allowing domain-ids to be randomly chosen.
- - Option to preserve domain-id across migrate or save+restore.
- - Support in kdd for initial KD protocol handshake for Win 7, 8 and 10 (64 bit).
- - Tech preview support for Control-flow Execution Technology, with Xen using
-   Supervisor Shadow Stacks for its own protection.
-
-### Changed
- - The CPUID data seen by a guest on boot is now moved in the migration
-   stream.  A guest migrating between non-identical hardware will now no
-   longer observe details such as Family/Model/Stepping, Cache, etc changing.
-   An administrator still needs to take care to ensure the features visible to
-   the guest at boot are compatible with anywhere it might migrate.
-
-## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
+## [4.14.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.14.0) - 2020-07-23
 
 > Pointer to release from which CHANGELOG tracking starts