From a0df0d427f7ebe24905015a22d6ddccfa107dd45 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sat, 4 May 2024 22:05:36 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Bump=20'maintenance-version'=20key=20to=20?= =?UTF-8?q?=E2=80=9C4.2.3=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Sheen --- resources/key-definitions.ditamap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/key-definitions.ditamap b/resources/key-definitions.ditamap index 335785c1..aaa7736e 100644 --- a/resources/key-definitions.ditamap +++ b/resources/key-definitions.ditamap @@ -26,7 +26,7 @@ - 4.2.2 + 4.2.3 From 641392a0c3ebbcaec0dc1aafb0d54182756808c1 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sat, 4 May 2024 22:06:52 +0200 Subject: [PATCH 2/4] =?UTF-8?q?Bump=20Docker=20image=20version=20to=20?= =?UTF-8?q?=E2=80=9D4.2.3=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Sheen --- samples/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/docker/Dockerfile b/samples/docker/Dockerfile index 3dcc1c77..ae54da57 100644 --- a/samples/docker/Dockerfile +++ b/samples/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the latest DITA-OT image ↓ as parent: -FROM ghcr.io/dita-ot/dita-ot:4.2.2 +FROM ghcr.io/dita-ot/dita-ot:4.2.3 # Install a custom plug-in from a remote location: RUN dita --install https://github.com/infotexture/dita-bootstrap/archive/master.zip From f750483be18f4d0d5b76df4971f0d6f375312861 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 5 May 2024 00:12:19 +0200 Subject: [PATCH 3/4] Draft 4.2.3 Release Notes stub Signed-off-by: Roger Sheen --- release-notes/index.dita | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/release-notes/index.dita b/release-notes/index.dita index 231ab954..8322fe4e 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -26,14 +26,31 @@ - + DITA-OT <keyword keyref="maintenance-version"/> + <!--<ph outputclass="small text-muted">released mmmm D, yyyy</ph>--> + + +
+

DITA Open Toolkit is a maintenance release that fixes a regression in + DITA-OT 4.2.2, which failed with a NullPointerException when maps referred to topics that didn’t exist and + other topics contained key references to the missing files. Processing now proceeds, and warns about any + missing files. + #4449, + #4454 +

+ +
+
+
+ + + DITA-OT 4.2.2 <ph outputclass="small text-muted">released March 24, 2024</ph>
-

DITA Open Toolkit is a maintenance release that includes the - following bug fixes.

+

DITA Open Toolkit 4.2.2 is a maintenance release that includes the following bug fixes.

  • In earlier versions, the map-first pre-processing routine created extra HTML files in the output From 9d2b60638c637eb5f76b14a536d16d3d6fc52cf9 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 5 May 2024 11:12:47 +0200 Subject: [PATCH 4/4] Implement review feedback Signed-off-by: Roger Sheen --- release-notes/index.dita | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/release-notes/index.dita b/release-notes/index.dita index 8322fe4e..562389f1 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -28,18 +28,21 @@ DITA-OT <keyword keyref="maintenance-version"/> - <!--<ph outputclass="small text-muted">released mmmm D, yyyy</ph>--> + <ph outputclass="small text-muted">released May 5, 2024</ph>
    -

    DITA Open Toolkit is a maintenance release that fixes a regression in - DITA-OT 4.2.2, which failed with a NullPointerException when maps referred to topics that didn’t exist and - other topics contained key references to the missing files. Processing now proceeds, and warns about any - missing files. - #4449, - #4454 -

    +

    DITA Open Toolkit is a maintenance release that includes the + following bug fixes.

    +
      +
    • DITA-OT 4.2.2 included a regression bug that caused the map-first pre-processing routine to fail + with a NullPointerException when maps referred to topics that didn’t exist and other topics contained key + references. Processing now proceeds and warns of missing files as in previous versions. + #4449, + #4454 +
    • +