Message ID | 20240624090411.1867850-1-george.dunlap@cloud.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [for-4.19,1/2] CHANGELOG.md: Fix indentation of "Removed" section | expand |
On 24/06/2024 10:04 am, George Dunlap wrote: > Signed-off-by: George Dunlap <george.dunlap@cloud.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
On Mon, 2024-06-24 at 10:04 +0100, George Dunlap wrote: > Signed-off-by: George Dunlap <george.dunlap@cloud.com> > --- > CC: Oleksii Kurochko <oleksii.kurochko@gmail.com> > CC: Community Manager <community.manager@xenproject.org> Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> ~ Oleksii > --- > CHANGELOG.md | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 1778419cae..f3c6c7954f 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -31,12 +31,12 @@ The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > - libxl support for backendtype=tap with tapback. > > ### Removed > -- caml-stubdom. It hasn't built since 2014, was pinned to Ocaml > 4.02, and has > - been superseded by the MirageOS/SOLO5 projects. > -- /usr/bin/pygrub symlink. This was deprecated in Xen 4.2 (2012) > but left for > - compatibility reasons. VMs configured with > bootloader="/usr/bin/pygrub" > - should be updated to just bootloader="pygrub". > -- The Xen gdbstub on x86. > + - caml-stubdom. It hasn't built since 2014, was pinned to Ocaml > 4.02, and has > + been superseded by the MirageOS/SOLO5 projects. > + - /usr/bin/pygrub symlink. This was deprecated in Xen 4.2 (2012) > but left for > + compatibility reasons. VMs configured with > bootloader="/usr/bin/pygrub" > + should be updated to just bootloader="pygrub". > + - The Xen gdbstub on x86. > > ## > [4.18.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog; > h=RELEASE-4.18.0) - 2023-11-16 >
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1778419cae..f3c6c7954f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,12 +31,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - libxl support for backendtype=tap with tapback. ### Removed -- caml-stubdom. It hasn't built since 2014, was pinned to Ocaml 4.02, and has - been superseded by the MirageOS/SOLO5 projects. -- /usr/bin/pygrub symlink. This was deprecated in Xen 4.2 (2012) but left for - compatibility reasons. VMs configured with bootloader="/usr/bin/pygrub" - should be updated to just bootloader="pygrub". -- The Xen gdbstub on x86. + - caml-stubdom. It hasn't built since 2014, was pinned to Ocaml 4.02, and has + been superseded by the MirageOS/SOLO5 projects. + - /usr/bin/pygrub symlink. This was deprecated in Xen 4.2 (2012) but left for + compatibility reasons. VMs configured with bootloader="/usr/bin/pygrub" + should be updated to just bootloader="pygrub". + - The Xen gdbstub on x86. ## [4.18.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.18.0) - 2023-11-16
Signed-off-by: George Dunlap <george.dunlap@cloud.com> --- CC: Oleksii Kurochko <oleksii.kurochko@gmail.com> CC: Community Manager <community.manager@xenproject.org> --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)