This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new df938ce6 Version history: Added JavaCC upgrade
df938ce6 is described below
commit df938ce6120ca155b87d48df97b3a6d62123b17f
Author: ddekany <[email protected]>
AuthorDate: Sat May 20 01:47:06 2023 +0200
Version history: Added JavaCC upgrade
---
src/manual/en_US/book.xml | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index a2c6d8c2..2dec5c5e 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -30059,6 +30059,39 @@ TemplateModel x = env.getVariable("x"); // get
variable x</programlisting>
<appendix xml:id="app_versions">
<title>Version history</title>
+ <section xml:id="versions_2_3_33">
+ <title>2.3.33</title>
+
+ <para>Release date: [TODO]</para>
+
+ <section>
+ <title>Changes on the FTL side</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>[TODO]</para>
+ </listitem>
+ </itemizedlist>
+ </section>
+
+ <section>
+ <title>Changes on the Java side</title>
+
+ <itemizedlist>
+ <listitem>
+ <para><link
+
xlink:href="https://issues.apache.org/jira/browse/FREEMARKER-214">FREEMARKER-214</link>,
+ <link
+ xlink:href="https://github.com/apache/freemarker/pull/90">GitHub
+ PR 90</link>: Update JavaCC (used for generating the template
+ parser) from 6.1.2 to 7.0.12, to avoid creating new
+ <literal>LookAheadSuccess</literal> with stack trace instance
+ for each <literal>FMParser</literal> instance.</para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ </section>
+
<section xml:id="versions_2_3_32">
<title>2.3.32</title>