You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/06/14 18:48:17 UTC

[2/3] incubator-freemarker git commit: (Manual: Version history additions)

(Manual: Version history additions)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/504ec38d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/504ec38d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/504ec38d

Branch: refs/heads/2.3
Commit: 504ec38d9bad04064645494f448cea51b6c5fb1f
Parents: 4f5a760
Author: ddekany <dd...@apache.org>
Authored: Tue Jun 14 20:46:19 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Jun 14 20:46:19 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/504ec38d/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 60d21bc..9190e2a 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26557,7 +26557,7 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
       <section xml:id="versions_2_3_25">
         <title>2.3.25 (incubating at Apache)</title>
 
-        <para>Release date: 2016-06-14 + voting process (around 2
+        <para>Release date: 2016-06-14 + voting process (usually around 2
         weeks)</para>
 
         <para>This is a stable, final release. The <quote>incubating</quote>
@@ -26725,6 +26725,11 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
               project with Gradle: <quote>warning: Cannot find annotation
               method 'value()' in type 'SuppressFBWarnings'</quote></para>
             </listitem>
+
+            <listitem>
+              <para>The Maven source artifact now contains the JavaCC
+              generated java files and <literal>FTL.jj</literal>.</para>
+            </listitem>
           </itemizedlist>
         </section>
       </section>