svn commit: r1163804 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-08-31 Thread slaurent
Author: slaurent
Date: Wed Aug 31 20:37:38 2011
New Revision: 1163804

URL: http://svn.apache.org/viewvc?rev=1163804view=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=1163804r1=1163803r2=1163804view=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
+  subsection name=Catalina
+changelog
+  fix
+bug51744/bug: Prevent application code from closing the associated
+JNDI context while the application is running. (markt)
+  /fix
+  add
+bug51741/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
+  subsection name=Jasper
+changelog
+/changelog
+  /subsection
+  subsection name=Cluster
+changelog
+/changelog
+  /subsection
+  subsection name=Web applications
+changelog
+/changelog
+  /subsection
+  subsection name=Other
+changelog
+/changelog
+  /subsection  
+/section
 section name=Tomcat 7.0.21 (markt)
   subsection name=Catalina
 changelog
@@ -107,10 +142,6 @@
 bug51739/bug: When using a landing page with FORM authentication
 ensure that the request has a valid HTTP method. (markt)
   /fix
-  fix
-bug51744/bug: Prevent application code from closing the associated
-JNDI context while the application is running. (markt)
-  /fix
 /changelog
   /subsection
   subsection name=Coyote



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r1163804 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-08-31 Thread Mark Thomas
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=1163804view=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=1163804r1=1163803r2=1163804view=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
 +bug51744/bug: Prevent application code from closing the 
 associated
 +JNDI context while the application is running. (markt)
 +  /fix
 +  add
 +bug51741/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



Re: svn commit: r1163804 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-08-31 Thread Sylvain Laurent


Le 31 août 2011 à 23:12, Mark Thomas ma...@apache.org a écrit :

 On 31/08/2011 21:37, slaur...@apache.org wrote:
 +section name=Tomcat 7.0.22
 
 You left out the (markt)
 
I thought it represented the person who finalized the release, so I left it out.

 +  subsection name=Catalina
 +changelog
 +  fix
 +bug51744/bug: Prevent application code from closing the 
 associated
 +JNDI context while the application is running. (markt)
 +  /fix
 +  add
 +bug51741/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.

Ok, noted
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org