Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions release-notes/index.dita
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,60 @@
</refbody>
</reference>

<reference id="v4.4.1" outputclass="mark">
<title>DITA-OT <keyword keyref="maintenance-version"/>
<!--<ph outputclass="small text-muted">released mmmm D, yyyy</ph>-->
</title>
<refbody>
<section>
<p>DITA Open Toolkit <keyword keyref="maintenance-version"/> is a maintenance release that includes the
following bug fixes.</p>
<ul>
<!-- https://github.com/dita-ot/dita-ot/issues?q=milestone%3A4.4.1%20sort%3Acreated-asc -->
<li id="2962">In earlier versions, table entries with a <xmlatt>scope</xmlatt> attribute set to
<codeph>row</codeph> or <codeph>col</codeph> were not rendered as header cells (<xmlelement
>th</xmlelement>) in HTML5 output, and the <xmlatt>scope</xmlatt> 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 <xmlatt>scope</xmlatt> value, improving accessibility for complex tables that rely on explicit
header associations.
<xref href="https://github.com/dita-ot/dita-ot/issues/2962" format="html" scope="external">#2962</xref>,
<xref href="https://github.com/dita-ot/dita-ot/issues/4776" format="html" scope="external">#4776</xref>
</li>
<li id="4777">Several bundled dependencies have been updated to address reported CVEs. Jackson has been
updated to version 2.21.4 to address <xref
href="https://nvd.nist.gov/vuln/detail/CVE-2026-54512"
format="html"
scope="external"
>CVE-2026-54512</xref>, and Logback and SLF4J have been updated to versions 1.5.37 and 2.0.18 to address
<xref
href="https://nvd.nist.gov/vuln/detail/CVE-2026-13006"
format="html"
scope="external"
>CVE-2026-13006</xref>. 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.
<xref href="https://github.com/dita-ot/dita-ot/issues/4777" format="html" scope="external">#4777</xref>,
<xref href="https://github.com/dita-ot/dita-ot/issues/4778" format="html" scope="external">#4778</xref>,
<xref href="https://github.com/dita-ot/dita-ot/issues/4779" format="html" scope="external">#4779</xref>,
<xref href="https://github.com/dita-ot/dita-ot/issues/4780" format="html" scope="external">#4780</xref>
</li>
<li id="4781">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.
<xref href="https://github.com/dita-ot/dita-ot/issues/4781" format="html" scope="external">#4781</xref>
</li>
</ul>
<p>For additional information on the issues resolved since the previous release, see the
<xref
href="https://github.com/dita-ot/dita-ot/issues?q=milestone%3A4.4.1+is%3Aclosed"
format="html"
scope="external"
>4.4.1 milestone</xref> and
<xref href="https://github.com/dita-ot/dita-ot/compare/4.4...4.4.1" format="html" scope="external">
changelog</xref> on GitHub.</p>
</section>
</refbody>
</reference>

<reference id="v4.4">
<title>DITA-OT <keyword keyref="release"/>
<ph outputclass="small text-muted"> released January 31, 2026</ph>
Expand Down
2 changes: 1 addition & 1 deletion resources/key-definitions.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<keydef keys="maintenance-version">
<topicmeta>
<keywords>
<keyword>4.4</keyword>
<keyword>4.4.1</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
2 changes: 1 addition & 1 deletion samples/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading