|
8 | 8 | </titlealts>
|
9 | 9 |
|
10 | 10 | <abstract>
|
11 |
| - <shortdesc>DITA Open Toolkit <keyword keyref="release"/> includes <ph conref="#v4.3/summary"/>.</shortdesc> |
| 11 | + <shortdesc>DITA Open Toolkit <keyword keyref="maintenance-version"/> is a maintenance release that fixes issues |
| 12 | + reported in DITA-OT <keyword keyref="release"/>, which includes <ph conref="#v4.3/summary"/>.</shortdesc> |
12 | 13 | <p conkeyref="conref-task/semver-info"/>
|
13 | 14 | <note type="tip"><ph conkeyref="conref-task/download-ot"/></note>
|
14 | 15 | </abstract>
|
|
25 | 26 | </refbody>
|
26 | 27 | </reference>
|
27 | 28 |
|
| 29 | + <reference id="v4.3.1" outputclass="mark"> |
| 30 | + <title>DITA-OT <keyword keyref="maintenance-version"/> |
| 31 | + <!--<ph outputclass="small text-muted">released mmmm D, yyyy</ph>--> |
| 32 | + </title> |
| 33 | + <refbody> |
| 34 | + <section> |
| 35 | + <p>DITA Open Toolkit <keyword keyref="maintenance-version"/> is a maintenance release that includes the |
| 36 | + following bug fixes.</p> |
| 37 | + <ul> |
| 38 | + <!-- https://github.com/dita-ot/dita-ot/issues?q=milestone%3A4.3.1%20sort%3Acreated-asc --> |
| 39 | + <li id="4564">DITA-OT 4.2 and later versions produced broken links in the navigation ToC when the |
| 40 | + <xmlatt>copy-to</xmlatt> attribute was defined on topic references, or the |
| 41 | + <parmname>force-unique</parmname> option was used. Generated temporary file names were used instead of |
| 42 | + the <xmlatt>copy-to</xmlatt> attribute value. The <xmlatt>copy-to</xmlatt> attribute value is now respected |
| 43 | + to ensure the correct links are written to the ToC. |
| 44 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4564" format="html" scope="external">#4564</xref>, |
| 45 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4569" format="html" scope="external">#4569</xref> |
| 46 | + </li> |
| 47 | + <li id="4589">DITA-OT 4.3 included a regression bug that generated output in the <filepath>out</filepath> |
| 48 | + subdirectory of the DITA-OT installation directory if the output location was not explicitly specified. In |
| 49 | + this case, output is now generated in the <filepath>out</filepath> subdirectory of the current directory as |
| 50 | + in DITA-OT 4.2.4 and earlier versions. |
| 51 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4589" format="html" scope="external">#4589</xref>, |
| 52 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4594" format="html" scope="external">#4594</xref> |
| 53 | + </li> |
| 54 | + <li id="4590">The new <cmdname>validate</cmdname> subcommand introduced in DITA-OT 4.3 can now also be run by |
| 55 | + setting the <parmname>-f</parmname> or <parmname>--format</parmname> options to <codeph>validate</codeph>. |
| 56 | + The <cmdname>dita</cmdname> command line interface has also been updated to prevent conflicts between the |
| 57 | + <cmdname>validate</cmdname> subcommand and the existing <parmname>validate</parmname> parameter. |
| 58 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4590" format="html" scope="external">#4590</xref>, |
| 59 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4592" format="html" scope="external">#4592</xref>, |
| 60 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4602" format="html" scope="external">#4602</xref>, |
| 61 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4603" format="html" scope="external">#4603</xref> |
| 62 | + </li> |
| 63 | + <li id="4593">DITA-OT Docker images can now be built for both 64-bit Linux AMD and ARM architectures. No |
| 64 | + changes are required to benefit from this enhancement. Docker should automatically select the image that |
| 65 | + corresponds to the current machine architecture. |
| 66 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4593" format="html" scope="external">#4593</xref> |
| 67 | + </li> |
| 68 | + <li id="4596">Earlier versions of DITA-OT generated invalid nested paragraphs in HTML output when the |
| 69 | + <xmlelement>lines</xmlelement> element was used in a paragraph. Processing has been updated to ensure that |
| 70 | + lines content is treated as a block element and rendered in separate paragraphs. |
| 71 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4596" format="html" scope="external">#4596</xref>, |
| 72 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4599" format="html" scope="external">#4599</xref> |
| 73 | + </li> |
| 74 | + <li id="4606">Earlier versions of DITA-OT miscalculated the base directory when publications included |
| 75 | + resource-only topics that were outside of the root map directory. Resource-only topics are now ignored in |
| 76 | + this process to ensure that relative paths between resources are generated correctly. |
| 77 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4606" format="html" scope="external">#4606</xref> |
| 78 | + </li> |
| 79 | + <li>Several dependencies have been upgraded to include the latest utility versions and fix security issues: |
| 80 | + <ul> |
| 81 | + <li id="4595">Ant 1.10.15 |
| 82 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4595" format="html" scope="external">#4595</xref> |
| 83 | + </li> |
| 84 | + <li id="4588">Logback 1.5.17 |
| 85 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4588" format="html" scope="external">#4588</xref> |
| 86 | + </li> |
| 87 | + <li>Saxon 12.5 |
| 88 | + <xref href="https://github.com/dita-ot/dita-ot/issues/4595" format="html" scope="external">#4595</xref> |
| 89 | + </li> |
| 90 | + </ul> |
| 91 | + </li> |
| 92 | + </ul> |
| 93 | + <p>For additional information on the issues resolved since the previous release, see the |
| 94 | + <xref |
| 95 | + href="https://github.com/dita-ot/dita-ot/issues?q=milestone%3A4.3.1+is%3Aclosed" |
| 96 | + format="html" |
| 97 | + scope="external" |
| 98 | + >4.3.1 milestone</xref> and |
| 99 | + <xref href="https://github.com/dita-ot/dita-ot/compare/4.3...4.3.1" format="html" scope="external"> |
| 100 | + changelog</xref> on GitHub.</p> |
| 101 | + </section> |
| 102 | + </refbody> |
| 103 | + </reference> |
| 104 | + |
28 | 105 | <reference id="v4.3">
|
29 | 106 | <title>DITA-OT <keyword keyref="release"/>
|
30 | 107 | <ph outputclass="small text-muted"> released February 15, 2025</ph>
|
|
0 commit comments