Author: rjung Date: Mon Jan 25 18:31:16 2016 New Revision: 1726661 URL: http://svn.apache.org/viewvc?rev=1726661&view=rev Log: Fix subsection ordering for new changelog entry.
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1726661&r1=1726660&r2=1726661&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Jan 25 18:31:16 2016 @@ -45,14 +45,6 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 8.0.32 (markt)" rtext="in development"> - <subsection name="Cluster"> - <changelog> - <fix> - Correct a regression in the session attribute filtering that prevented - clustering from starting in the default configuration. (kfujino) - </fix> - </changelog> - </subsection> <subsection name="General"> <changelog> <add> @@ -62,6 +54,14 @@ </add> </changelog> </subsection> + <subsection name="Cluster"> + <changelog> + <fix> + Correct a regression in the session attribute filtering that prevented + clustering from starting in the default configuration. (kfujino) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.0.31 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org