diff --git a/release-notes/index.dita b/release-notes/index.dita index 163c4afd..a1d96808 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -25,6 +25,60 @@ + + DITA-OT <keyword keyref="maintenance-version"/> + <!--<ph outputclass="small text-muted">released mmmm D, yyyy</ph>--> + + +
+

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

+
    + +
  • In earlier versions, table entries with a scope attribute set to + row or col were not rendered as header cells (th) in HTML5 output, and the scope value itself was not carried through to + the generated markup. The table templates have been updated to promote these entries to header cells and + preserve the scope value, improving accessibility for complex tables that rely on explicit + header associations. + #2962, + #4776 +
  • +
  • Several bundled dependencies have been updated to address reported CVEs. Jackson has been + updated to version 2.21.4 to address CVE-2026-54512, and Logback and SLF4J have been updated to versions 1.5.37 and 2.0.18 to address + CVE-2026-13006. DITA-OT is not known to be affected by either vulnerability, but the dependencies + have been updated proactively so they are no longer flagged by CVE scanners. + #4777, + #4778, + #4779, + #4780 +
  • +
  • The pre-release DITA 2.0 grammar files have been updated to the latest draft published by + OASIS, which includes fixes and minor updates since the previous update. Anyone building or testing content + against the DITA 2.0 preview grammar should update to pick up these changes. + #4781 +
  • +
+

For additional information on the issues resolved since the previous release, see the + 4.4.1 milestone and + + changelog on GitHub.

+
+
+
+ DITA-OT <keyword keyref="release"/> <ph outputclass="small text-muted"> released January 31, 2026</ph> diff --git a/resources/key-definitions.ditamap b/resources/key-definitions.ditamap index b6296c78..3c0d5c22 100644 --- a/resources/key-definitions.ditamap +++ b/resources/key-definitions.ditamap @@ -26,7 +26,7 @@ <keydef keys="maintenance-version"> <topicmeta> <keywords> - <keyword>4.4</keyword> + <keyword>4.4.1</keyword> </keywords> </topicmeta> </keydef> diff --git a/samples/docker/Dockerfile b/samples/docker/Dockerfile index b309f760..e2a334f3 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.4 +FROM ghcr.io/dita-ot/dita-ot:4.4.1 # Install a custom plug-in from a remote location: RUN dita --install https://github.com/infotexture/dita-bootstrap/archive/master.zip