On 31/08/2011 21:37, slaur...@apache.org wrote: > Author: slaurent > Date: Wed Aug 31 20:37:38 2011 > New Revision: 1163804 > > URL: http://svn.apache.org/viewvc?rev=1163804&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 > bug 51741: Eclipse WTP "Serve modules without publishing" broken with tc7, > needs patch in tomcat > > added section for 7.0.22 and moved log of bug 51744 to 7.0.22 since it has > been fixed after 7.0.21 was tagged. > > Modified: > tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml > > Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml > URL: > http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1163804&r1=1163803&r2=1163804&view=diff > ============================================================================== > --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) > +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Aug 31 20:37:38 2011 > @@ -53,6 +53,41 @@ > They eventually become mixed with the numbered issues. (I.e., numbered > issues to not "pop up" wrt. others). > --> > +<section name="Tomcat 7.0.22">
You left out the (markt) > + <subsection name="Catalina"> > + <changelog> > + <fix> > + <bug>51744</bug>: Prevent application code from closing the > associated > + JNDI context while the application is running. (markt) > + </fix> > + <add> > + <bug>51741</bug>: Fixes a problem with Eclipse WTP "Serve modules > without > + publishing" feature where applications failed to access resources > when using > + getResource() on the classloader. (slaurent) > + </add> > + </changelog> > + </subsection> > + <subsection name="Coyote"> > + <changelog> > + </changelog> > + </subsection> We don't add sections to the changelog until they are required. These empty sections can be removed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org