Skip to content

Commit

Permalink
Manual: Version history update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Jun 4, 2024
1 parent fa7e009 commit 29bb7bb
Showing 1 changed file with 36 additions and 8 deletions.
44 changes: 36 additions & 8 deletions freemarker-manual/src/main/docgen/en_US/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
<book conformance="docgen" version="5.0" xml:lang="en"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns4="http://www.w3.org/1998/Math/MathML"
xmlns:ns3="http://www.w3.org/2000/svg"
xmlns:ns="http://docbook.org/ns/docbook">
<info>
<title>Apache FreeMarker Manual</title>

<titleabbrev>Manual</titleabbrev>

<productname>Freemarker 2.3.33</productname>
<productname>Freemarker 2.3.34</productname>
</info>

<preface role="index.html" xml:id="preface">
Expand Down Expand Up @@ -21414,8 +21417,8 @@ Primary content continued</programlisting>
instead.</para>

<para>This directive only has effect on the section that is
literally (as in the text editor) inside the nested block, not on the
parts that are called/included from there.</para>
literally (as in the text editor) inside the nested block, not on
the parts that are called/included from there.</para>

<para>Example:</para>

Expand Down Expand Up @@ -24133,8 +24136,8 @@ or
instead.</para>

<para>This directive only has effect on the section that is
literally (as in the text editor) inside the nested block, not on the
parts that are called/included from there.</para>
literally (as in the text editor) inside the nested block, not on
the parts that are called/included from there.</para>

<para>Example:</para>

Expand Down Expand Up @@ -24326,8 +24329,8 @@ ${"&amp;"}</programlisting>
block, the earlier output format is restored.</para>

<para>This directive only has effect on the section that is
literally (as in the text editor) inside the nested block, not on the
parts that are called/included from there.</para>
literally (as in the text editor) inside the nested block, not on
the parts that are called/included from there.</para>

<para>Example:</para>

Expand Down Expand Up @@ -30111,6 +30114,31 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting>
<appendix xml:id="app_versions">
<title>Version history</title>

<section xml:id="versions_2_3_34">
<title>2.3.34</title>

<para>Release date: TODO</para>

<section>
<title>Changes on the Java side</title>

<itemizedlist>
<listitem>
<para>Using multi-release JAR format (JEP 238) to put Java 9 and
Java 16 support files
(<literal>freemarker.core._Java9Impl</literal> and
<literal>_Java16Impl</literal>) into
<literal>freemarker.jar</literal>. This means that they are now
under <literal>META-INF/versions/9</literal> and
<literal>16</literal>, instead of in the usual location together
with Java 8 byte code class files. This was needed as some
tools, like Maven Enforcer plugin, have seen them as problems
otherwise.</para>
</listitem>
</itemizedlist>
</section>
</section>

<section xml:id="versions_2_3_33">
<title>2.3.33</title>

Expand Down

0 comments on commit 29bb7bb

Please sign in to comment.