2015-01-20 23:52 GMT+03:00 <fschumac...@apache.org>: > Author: fschumacher > Date: Tue Jan 20 20:52:18 2015 > New Revision: 1653367 > > URL: http://svn.apache.org/r1653367 > Log: > Fix formatting: > - ':' after <bug/> > - max width 80 chars > > Modified: > tomcat/trunk/webapps/docs/changelog.xml > > Modified: tomcat/trunk/webapps/docs/changelog.xml > URL: > http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1653367&r1=1653366&r2=1653367&view=diff > ============================================================================== > --- tomcat/trunk/webapps/docs/changelog.xml (original) > +++ tomcat/trunk/webapps/docs/changelog.xml Tue Jan 20 20:52:18 2015 > @@ -63,10 +63,12 @@ > <subsection name="Catalina"> > <changelog> > <fix> > - <bug>57425</bug> Don't add attributes with null value or name to the > replicated context. (fschumacher) > + <bug>57425</bug>: Don't add attributes with null value or name to the > + replicated context. (fschumacher) > </fix> > <add> > - <bug>57431</bug> Enable usage of custom class for context creation > when using embedded tomcat. (fschumacher) > + <bug>57431</bug>: Enable usage of custom class for context creation > + when using embedded tomcat. (fschumacher) > </add> > </changelog> > </subsection>
Hi! The usual practice is that until the first release from trunk its changelog file lists only changes that have not been backported to stable versions. The BZ 57425 and 57431 fixes have been backported to Tomcat 8 and thus do not belong here. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org