From: <udi...@us...> - 2021-12-14 15:29:11
|
Revision: 1425 http://sourceforge.net/p/j-trac/code/1425 Author: udittmer Date: 2021-12-14 15:29:09 +0000 (Tue, 14 Dec 2021) Log Message: ----------- doc improvements, log4j dependency updated Modified Paths: -------------- trunk/jtrac/doc/src/index.xml trunk/jtrac/pom.xml Modified: trunk/jtrac/doc/src/index.xml =================================================================== --- trunk/jtrac/doc/src/index.xml 2021-12-14 09:53:14 UTC (rev 1424) +++ trunk/jtrac/doc/src/index.xml 2021-12-14 15:29:09 UTC (rev 1425) @@ -68,7 +68,7 @@ but as of early 2007 (version 2.1.0 onwards) JTrac <ulink url="https://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/">switched to </ulink> using the <ulink url="https://wicket.apache.org/">Apache Wicket</ulink> framework. - After being dormant for a long time, JTrac development picked up again in 2021, and a new version 2.2 was + After being dormant for a long time, JTrac development picked up again in 2021, and a new version 2.2.0 was released that moved the Java baseline to Java 8. </para> <para> @@ -100,7 +100,7 @@ There where a number of new features, changes and bugfixes: <itemizedlist> <listitem> - <para>The details and comments fields support Markdown syntax.</para> + <para>The details and comments fields support <ulink url="https://commonmark.org/help/">Markdown</ulink> syntax.</para> </listitem> <listitem> <para>All dates and times can optionally be displayed in a "pretty" format like "10 minutes ago", "2 months ago" etc.</para> @@ -110,10 +110,10 @@ </listitem> <listitem> <para>The dashboard can be configured to show a number of links that are relevant to the project, - like saved searches ("All Open Tickets") or to other pages.</para> + like saved searches ("All Open and In-Progress Tickets") or to other pages.</para> </listitem> <listitem> - <para>Outgoing emails can be signed using DKIM.</para> + <para>Outgoing emails can be signed using <ulink url="https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail">DKIM</ulink>.</para> </listitem> <listitem> <para>More items can be configured at runtime under Options -> Manage Settings</para> @@ -127,9 +127,14 @@ <listitem> <para>Some email issues e.g. sending duplicate mails are fixed.</para> </listitem> + <listitem> + <para>Localizations into Ukrainian, Hungarian, Turkish, Arabic, Slovenian, Czech, Korean, Norwegian and Swedish have been added.</para> + </listitem> </itemizedlist> - For details see this <ulink url="https://sourceforge.net/p/j-trac/wiki/NewFeatures220">wiki page on SourceForge.</ulink> </para> + <para> + For details see this <ulink url="https://sourceforge.net/p/j-trac/wiki/NewFeatures220">wiki page</ulink> on SourceForge. + </para> </sect1> </chapter> Modified: trunk/jtrac/pom.xml =================================================================== --- trunk/jtrac/pom.xml 2021-12-14 09:53:14 UTC (rev 1424) +++ trunk/jtrac/pom.xml 2021-12-14 15:29:09 UTC (rev 1425) @@ -367,7 +367,7 @@ <!-- POI needs this, but pulls in 2.14.1, which is insecure --> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.15.0</version> + <version>2.16.0</version> </dependency> <dependency> <groupId>org.tmate</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |