You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/06/21 00:28:57 UTC

svn commit: r1137803 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Mon Jun 20 22:28:57 2011
New Revision: 1137803

URL: http://svn.apache.org/viewvc?rev=1137803&view=rev
Log:
Ordering

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=1137803&r1=1137802&r2=1137803&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jun 20 22:28:57 2011
@@ -49,6 +49,11 @@
         <bug>48956</bug>: Add regular expression support for SSI. (markt)
       </add>
       <add>
+        <bug>49165</bug>: Allow any time stamp formats supported by
+        SimpleDateFormat in AccessLogValve. Support logging begin and/or end of
+        request. (rjung)
+      </add>
+      <add>
         <bug>50677</bug>: Allow system property variables to be used in the
         values of "common.loader" and other "*.loader" properties in the
         <code>catalina.properties</code> file. (kkolinko)
@@ -64,10 +69,6 @@
         so only types of interest are reported to a ServletContainerInitializer.
         (markt)
       </fix>
-      <add>
-        <bug>49165</bug>: Allow any time stamp formats supported by SimpleDateFormat
-        in AccessLogValve. Support logging begin and/or end of request. (rjung)
-      </add>
       <update>
         Add the Tomcat extras, ant-junit and Java Help Jars to the list of JARs
         to skip when scanning for TLDs and web fragments. (rjung)



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


Re: svn commit: r1137803 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 21/06/2011 07:21, Konstantin Kolinko wrote:
> 2011/6/21 Rainer Jung <ra...@kippdata.de>:
>> On 21.06.2011 00:28, markt@apache.org wrote:
>>> Author: markt
>>> Date: Mon Jun 20 22:28:57 2011
>>> New Revision: 1137803
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1137803&view=rev
>>> Log:
>>> Ordering
>>>
>>> Modified:
>>>     tomcat/trunk/webapps/docs/changelog.xml
>>
>> I always forget whether there's a standard (I would like to have one):
>>
>> - Ordering of sections: OK, defined by comment in changelog
>> - Ordering inside section:
>>  - chronological (oldest first or last)?
>>  - first by add, update, fix (in which order?)
>>    and then chronological (oldest first or last)?
>>
>> If the rule is clear, I can add it as another comment into the file.
>>
>> Who knows the rules?
> 
> Fixes having an issue number are sorted by their number, ascending.
> That is the only strict rule.
> 
> There is no ordering by add/update/fix.
> 
> Other fixed issues are added to the end of the list, chronologically.
> They eventually become mixed with the numbered issues. (I.e., numbered
> issues to not "pop up" wrt. others).

Very succinctly put. That is what I have been doing for Tomcat 7 in a
nutshell.

Mark



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


Re: svn commit: r1137803 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/6/21 Rainer Jung <ra...@kippdata.de>:
> On 21.06.2011 00:28, markt@apache.org wrote:
>> Author: markt
>> Date: Mon Jun 20 22:28:57 2011
>> New Revision: 1137803
>>
>> URL: http://svn.apache.org/viewvc?rev=1137803&view=rev
>> Log:
>> Ordering
>>
>> Modified:
>>     tomcat/trunk/webapps/docs/changelog.xml
>
> I always forget whether there's a standard (I would like to have one):
>
> - Ordering of sections: OK, defined by comment in changelog
> - Ordering inside section:
>  - chronological (oldest first or last)?
>  - first by add, update, fix (in which order?)
>    and then chronological (oldest first or last)?
>
> If the rule is clear, I can add it as another comment into the file.
>
> Who knows the rules?

Fixes having an issue number are sorted by their number, ascending.
That is the only strict rule.

There is no ordering by add/update/fix.

Other fixed issues are added to the end of the list, chronologically.
They eventually become mixed with the numbered issues. (I.e., numbered
issues to not "pop up" wrt. others).

Best regards,
Konstantin Kolinko

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


Re: svn commit: r1137803 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Rainer Jung <ra...@kippdata.de>.
On 21.06.2011 00:28, markt@apache.org wrote:
> Author: markt
> Date: Mon Jun 20 22:28:57 2011
> New Revision: 1137803
> 
> URL: http://svn.apache.org/viewvc?rev=1137803&view=rev
> Log:
> Ordering
> 
> Modified:
>     tomcat/trunk/webapps/docs/changelog.xml

I always forget whether there's a standard (I would like to have one):

- Ordering of sections: OK, defined by comment in changelog
- Ordering inside section:
  - chronological (oldest first or last)?
  - first by add, update, fix (in which order?)
    and then chronological (oldest first or last)?

If the rule is clear, I can add it as another comment into the file.

Who knows the rules?

Regards,

Rainer

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