|
From: Matt R. <mr...@us...> - 2007-06-01 17:54:49
|
Update of /cvsroot/struts-menu/navigator/xdocs In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30385/xdocs Modified Files: changes.xml index.xml status.xml tasks.xml Log Message: Prepared documentation for 2.4.3 release Index: index.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/xdocs/index.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.xml 8 Jan 2007 21:48:22 -0000 1.14 --- index.xml 1 Jun 2007 17:54:41 -0000 1.15 *************** *** 10,14 **** <section name="Overview"> <p> ! The latest release is version 2.4.2. All users are encouraged to upgrade as some major performance and security issues were solved in this release. Most of them only affect folks using the VelocityDisplayer. The major change for VelocityDisplayer users is that globalMacros.vm --- 10,14 ---- <section name="Overview"> <p> ! The latest release is version 2.4.3. All users are encouraged to upgrade to at least 2.4.2 as some major performance and security issues were solved in this release. Most of them only affect folks using the VelocityDisplayer. The major change for VelocityDisplayer users is that globalMacros.vm *************** *** 25,29 **** See the <a href="faq.html">FAQ</a> for more information. The latest release has been successfully implemented in <a href="http://appfuse.org"> ! AppFuse's</a> Struts, WebWork, Spring MVC, Tapestry and JSF versions. </p> <p> --- 25,29 ---- See the <a href="faq.html">FAQ</a> for more information. The latest release has been successfully implemented in <a href="http://appfuse.org"> ! AppFuse's</a> Struts, Struts 2, Spring MVC, Tapestry and JSF versions. </p> <p> Index: changes.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/xdocs/changes.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** changes.xml 18 Oct 2006 06:06:53 -0000 1.23 --- changes.xml 1 Jun 2007 17:54:41 -0000 1.24 *************** *** 10,13 **** --- 10,30 ---- <body> + <release version="2.4.3" date="June 1, 2007" description="Bug fix release"> + <action type="fix" dev="mraible"> + <a href="http://issues.appfuse.org/browse/SM-64">SM-64</a> URLs not properly encoded when cookies are off and using a non-Struts web framework. + </action> + <action type="fix" dev="mraible"> + <a href="http://issues.appfuse.org/browse/SM-68">SM-68</a> PermissionAdapter not firing for lowest menu level. + </action> + <action type="fix" dev="mraible"> + <a href="http://issues.appfuse.org/browse/SM-77">SM-77</a> Closing </ul> tag does not match in CSSListMenuDisplayer when Menu item doesn't have children allowed to view. + </action> + <action type="fix" dev="mraible"> + <a href="http://issues.appfuse.org/browse/SM-79">SM-79</a> Menus with duplicate names not showing up properly. + </action> + <action type="fix" dev="mraible"> + <a href="http://issues.appfuse.org/browse/SM-81">SM-81</a> When target is used with Velocity CSS Menu there is no space between target and style attribute. + </action> + </release> <release version="2.4.2" date="October 18, 2006" description="Bug fixes, particular for Velocity+Security and CSS Menus"> <action type="fix" dev="mraible"> Index: status.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/xdocs/status.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** status.xml 18 Oct 2006 06:06:53 -0000 1.8 --- status.xml 1 Jun 2007 17:54:41 -0000 1.9 *************** *** 9,15 **** <body> <section name="Current status"> ! <p><strong>October 18, 2006</strong> - Struts Menu 2.4.2 Released.<br /><br /> ! Bug fixes, particular for Velocity+Security and CSS Menus. ! See the <a href="changes-report.html#2_4_2">changelog</a> for a complete list of changes. </p> --- 9,15 ---- <body> <section name="Current status"> ! <p><strong>June 1, 2007</strong> - Struts Menu 2.4.3 Released.<br /><br /> ! This is a bug fix release. ! See the <a href="changes-report.html#2_4_3">changelog</a> for a complete list of changes. </p> *************** *** 17,20 **** --- 17,27 ---- <section name="What's New"> + <subsection name="Version 2.4.3 Released - June 1, 2007"> + <p> + Bug fix release. + See the <a href="changes-report.html#2_4_3">changelog</a> for a complete + list of changes. + </p> + </subsection> <subsection name="Version 2.4.2 Released - October 18, 2006"> <p> *************** *** 67,71 **** <p> Release of Struts Menu 2.0 - Refactored to use ! <a href="http://jakarta.apache.org/velocity">Velocity</a> for defining HTML used in menus. If it's possible to create a menu with HTML/CSS/JavaScript, it --- 74,78 ---- <p> Release of Struts Menu 2.0 - Refactored to use ! <a href="http://velocity.apache.org">Velocity</a> for defining HTML used in menus. If it's possible to create a menu with HTML/CSS/JavaScript, it Index: tasks.xml =================================================================== RCS file: /cvsroot/struts-menu/navigator/xdocs/tasks.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tasks.xml 18 Oct 2006 06:06:53 -0000 1.12 --- tasks.xml 1 Jun 2007 17:54:41 -0000 1.13 *************** *** 32,36 **** </ul> Are there other enhancements you'd like to see? If so, please submit a ! <a href="http://sourceforge.net/tracker/?group_id=48726"> Request for Enhancement</a>. </p> --- 32,36 ---- </ul> Are there other enhancements you'd like to see? If so, please submit a ! <a href="http://issues.appfuse.org/secure/CreateIssue!default.jspa"> Request for Enhancement</a>. </p> |